I am very used to search in a sub-folder with ctrl-shift-f
(coming from Intellij).
In vscode the default key-binding is to select a folder, and then alt-shift-f
.
Is there a way to configure vscode to do a sub-folder search with ctrl-shift-f
?
Desired flow:
- I select a folder with the left mouse button.
- I hit ctrl-shift-f
- sub-folder search dialog opens.
I tried to change the keybinding, but then vscode does always use sub-folder search, even if no folder was selected.
Related: Search VSCode in subfolder, not the whole workspace