Hello everyone.
I am a trial user for Sublime Text and I was wondering if there was a way to select a whole line of code using (I guess your default is Ctrl+L) and then hitting the up arrow or down arrow to keep selecting lines either above or below?
I am a MultiEdit user and that’s the one key thing that separates ME from the rest, in my eyes. Anywhere on a line of code, I can press shift+up or shift+down and it selects the current line and if I keep pressing the up or down arrows while pressing shift, I keep selecting lines either up or down. It’s a wonderful thing and makes editing a breeze as in most languages lines are pretty much atomic statements.
If there is no way to do that out of the box, then I will see if I can learn some python to make this plugin happen. Just thought I’d ask before reinventing the wheel.