-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there vertical selection? Is there documentation? #1060
Comments
Please use ctrl+alt+down/up (the action is called insert cursor below/above) |
perfect, thank you! ctrl+alt+down/up does not do anything on my machine, maybe because of my apple keyboard (+ key remapper). anyway after remapping it to shift+alt it works. |
Greatly appreciate the attention to this issue (and all of the team's hard work), but the solution suggested is NOT quite what was originally asked for on UserVoice. The request stated clicking-and-dragging with the mouse, which can result in selecting space after a line has ended. I believe the desired functionality is like so: Any chance of re-reviewing this issue? Or should I post a new one? |
pls see #1515 |
This may accomplish vertical text selection, but I think what the community wants is rectangular selection (of which multiple adjacent insertion-point cursors on the same column is a subset) EDIT: I just found a separate UserVoice request for column-mode selection and editing here: https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7761618-implement-column-mode-selection-editing |
This is now support in the insiders build https://code.visualstudio.com/download?insiders=true |
Anyway, great tool even beside VS, thx for delivering and open sourcing it.
The text was updated successfully, but these errors were encountered: