kylpo / vscode-find-in-files-with-selection

Like `Find With Selection`, but for `Find in Files`.

Home Page:https://marketplace.visualstudio.com/items?itemName=kylpo.vscode-find-in-files-with-selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Like `Find With Selection`, but for `Find in Files`.

https://marketplace.visualstudio.com/items?itemName=kylpo.vscode-find-in-files-with-selection


Languages

Language:TypeScript 100.0%