We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223929 commit 0fbe51aCopy full SHA for 0fbe51a
docs/user/README.md
@@ -679,6 +679,8 @@ Each of these commands performs a vscode action of the same or a similar name on
679
- `"reference <TARGET>"` search the workspace for all references to the target
680
- `"hover <TARGET>"` displays the tooltip that would appear if you hovered the mouse over the target
681
- `"quick fix <TARGET>"` displays quick fixes and refactors suggested by the vscode
682
+- `"scout <TARGET>"` search the document for the target
683
+- `"scout all <TARGET>"` search the workspace for the target
684
685
eg:
686
`define blue air`
0 commit comments