Is there a way where i can rearrange/ reorder multiple lines in VSCODE
For eg; I have something like this, (many lines). Not necessarly at the start of the line.
=
=
=
=
=
and i would like it be rearranged as,
=
=
=
=
I know some tricks, select multiple lines with ctrl + alt + up/down
key and then move or indent using ctrl + ]
but it is not efficient. Tab + space customisation is explained here
Is there a specific key to do this in one go? Thanks for your help.