Sublime Forum

Is there any way to align EOL whitespace?

#1

I’m wondering if there is an “ignore-content cursor mode” (e.g. you can select anywhere on screen regardless of whether or not the line goes that far) that I can use in multi-cursor mode, or if anyone has another solution to this:

What I have ( | is the cursor ):

line 1| line 22| line 333| line 4444|

What I want:

line 1 | line 22 | line 333 | line 4444|

0 Likes

#2

Install the alignment package: wbond.net/sublime_packages/alignment

0 Likes