Closed connorads closed 5 years ago
This is to match Visual Studio keyboard shortcut for "Edit.SelectCurrentWord"
This is to match Visual Studio keyboard shortcut for "Edit.InsertNextMatchingCaret"
I noticed that the default key bindings for editor.action.addSelectionToNextFindMatch and editor.action.smartSelect.expand had values for when that are missing here so I added them.
editor.action.addSelectionToNextFindMatch
editor.action.smartSelect.expand
when
Change "Ctrl+W" binding to "Expand Selection"
This is to match Visual Studio keyboard shortcut for "Edit.SelectCurrentWord"
Set "Shift+Alt+." to "Add Selection To Next Find Match"
This is to match Visual Studio keyboard shortcut for "Edit.InsertNextMatchingCaret"