Like Find With Selection
, but for Find in Files
.
Use this extension to find your selected text (or current word if there is nothing selected) in your workspace.
Open your keybindings.json and add this keybinding:
{
"key": "cmd+shift+f",
"command": "extension.findInFilesWithSelection",
"when": "editorTextFocus && !editorHasMultipleSelections"
}
None
Initial release