1.0.4 • Published 2 years ago

vscode-find-in-files-with-selection v1.0.4

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
github
Last release
2 years ago

VSCode Extension: Find in Files With Selection

Version Installs

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.

Command Palette with "Find in Files With Selection" command highlighted

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

Development

Helpful links