In the description in the plugin marketplace, it says "Align code like in Sublime Text 3 Alignment Package"
I assume it refers to this one? :point_right: https://packagecontrol.io/packages/Alignment
The feature I use the most of that one when in Sublime seems to be missing, which is aligning multiple cursors in a vertical straight line.
For example:
foo = {'a',
'b',
'c'}
put a cursor on the beginning of 'a', one on beginning of 'b', another on beginning of 'c', then trigger the sublime alignment and you get:
then me trying the same with vscode-alignment:
(The green flashing is another plugin which is flashing what portion has been recently edited. Please ignore.)
In the description in the plugin marketplace, it says "Align code like in Sublime Text 3 Alignment Package" I assume it refers to this one? :point_right: https://packagecontrol.io/packages/Alignment
The feature I use the most of that one when in Sublime seems to be missing, which is aligning multiple cursors in a vertical straight line.
For example:
put a cursor on the beginning of
'a'
, one on beginning of'b'
, another on beginning of'c'
, then trigger the sublime alignment and you get: