command screenshot | command name |
---|---|
Fuzzy search with free input | ag.search.freeInput |
Fuzzy search with the identifier under the cursor | ag.search.currentWord |
Fuzzy search with the selected text | ag.search.selection |
- Within Visual Studio Code, open the command palette (Ctrl-Shift-P / Cmd-Shift-P).
- Select
Install Extension
and search for vscode-ag or runext install vscode-ag
. - Install The Silver Searcher and make sure the ag executable is on your
PATH
.