Closed
Description
In package.json, you're overriding Shift+Alt+i
, which is the default VS Code keyboard shortcut for Insert cursor at end of each line selected (i.e., editor.action.insertCursorAtEndOfEachLineSelected
) which is one of the Basic Editing keyboard shortcuts. This is they keyboard shortcut that lets you select a block of text and easily edit each line in that block simultaneously. There is no alternative default shortcut for this feature.
There are dozens of possible keyboard shortcuts for this. Is it possible to not select one of the default bindings designated for basic editing for the application?
Metadata
Metadata
Assignees
Labels
No labels