vscode-find-in-files-with-selection
v1.0.4
Published
Use this to find your selected text (or current word if there is nothing selected) in your workspace.
Downloads
11
Readme
VSCode Extension: Find in Files With Selection
Like Find With Selection
, but for Find in Files
.
Features
Use this extension to find your selected text (or current word if there is nothing selected) in your workspace.
Settings
Open your keybindings.json and add this keybinding:
{
"key": "cmd+shift+f",
"command": "extension.findInFilesWithSelection",
"when": "editorTextFocus && !editorHasMultipleSelections"
}
Known Issues
None
Release Notes
1.0.0
Initial release