vertical alignment #30473
MasseGuillaume
started this conversation in
Ideas From Sublime Text
vertical alignment
#30473
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
sublime text have a really popular package called Alignment
the idea is that when you have multiple cursors and you trigger this command, it will align all the cursor with spaces on the left of all the cursors to the maximum width of all lines.
For example:
(I get there with selecting the first line then
editor::AddSelectionBelow
until I reach the last line, theneditor::MoveToEndOfLine
)this is really useful for doing ascii arts / formatting tables / aligning multiple parameters, etc
might be related to: #4961, I'm not sure
Beta Was this translation helpful? Give feedback.
All reactions