-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Column selection - cannot paste with virtual whitespace #43145
Comments
@phiresky please review the following section in the issue post: "the Problems and Issues observed:" Found at the bottom of the issue report - specifically Point 3. What is the norm, or expected Note there are numerous problems, such as the editor allowing the user to get into non-intuitive/ridiculous selection modes, not being able to properly align the pasted text, overlapping selects results in the previously selected text to become unselected (holes et al) and many other issues. |
"non-intuitive/ridiculous selection modes" is obviously subjective and thus not a helpful assertion. pasting N lines in vscode causes them to be spread across the active cursors if the number of cursors is also N. |
@phiresky thank-you for your comments, lets allow the Microsoft guys to resolve this issue. |
This is basically a dupe of #5940 |
@gazzar: Just to let you know @alexandrudima was assigned this task - but he seems to have dropped it. |
@ArashPartow Yes, it's mysterious and frustrating. And he was assigned to #73837 a few days ago, so at least one other person in Microsoft is now aware that this fundamental editor feature is still missing from VSCode. |
This extension may help: https://marketplace.visualstudio.com/items?itemName=sandipchitale.exchange-selection-start-end |
Please make this feature copy past normally column mode like notepad++ ultraedit |
/duplicate #5940 |
I have the following bit of data
I would like to be able to select the 2nd column (aka col2) and paste it next to the original col2.
This operation is quite trivial in editors such as Visual Studio, UltraEdit, NotePad++, QtCreator, emacs etc.. The following shows UltraEdit, NotePad++, Visual Studio, QtCreator and Kate column select modes:
However when I try to do it using vscode, I encounter a very non-intuitive outcome:
Is there a plugin or correct way to select a column of text and paste it as-is into a text? (or the same one)
@alexandrudima the Problems and Issues observed:
The text was updated successfully, but these errors were encountered: