You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the "Rainbow CSV: Column edit select" is a wonderful feature leveraging vscode's multi-cursor editing to allow user to perform various custom manipulations to whole columns in dataset very easily.
problem:
currently, vscode handles cut/copy action on empty selection by cut/copying the whole line by default.
in sime cases, this makes above feature prone to data loss on cut, and spurious data on paste as shown in screenrecord below.
hi!
thanks a lot for such a wonderful extension.
situation:
the "Rainbow CSV: Column edit select" is a wonderful feature leveraging vscode's multi-cursor editing to allow user to perform various custom manipulations to whole columns in dataset very easily.
problem:
currently, vscode handles cut/copy action on empty selection by cut/copying the whole line by default.
in sime cases, this makes above feature prone to data loss on cut, and spurious data on paste as shown in screenrecord below.
VSCodium_8CIJwnICfx.mp4
solution:
Improve box select / multi-cursor editing - expose
editor.emptySelectionClipboardas keybinding microsoft/vscode#225717