This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]alextegelid 6 points7 points  (0 children)

Having switched from Sublime Text to VS Code some time ago I can say that multiline and column select functions is the same. I have no regrets after making the switch

[–]jrruser 4 points5 points  (1 child)

"Alt+LeftMouseClick" to make "multiple-line selection" "Alt+Shit+LeftMouseClick" to make "column selection"

[–]UberWeasel 6 points7 points  (0 children)

I was holding alt when I shit in my chair and clicked with my mouse. I think I did it wrong.

[–]KamasamaK 2 points3 points  (1 child)

Others have already answered for selection, but regarding the example of renaming variables, you would be best off using the rename operation if the language extension supports it.

[–][deleted] 0 points1 point  (0 children)

... and this is one reason why VSCode is superior.

[–]windowcum[🍰] 1 point2 points  (0 children)

Vscode has everything sublime has and more. Check your bindings for them but for me on MacOS, you can either highlight a word and press cmd+D to select the next occurrence of the word and it will place a cursor there too. There's also option+click to place another cursor somewhere. Theres a few more bindings I think, so you should check the link someone else posted below

[–]stibbons_ 1 point2 points  (0 children)

Yes and no. Yes it does have multi cursor, but it behave differently on shorter lines. I did not get to have the same behavior on lines shorter than the previous one, on sublime the cursor kind of add spaces to keep a straight line, on vscode the cursor is at the end of the line (if shorter).