mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 10:18:31 +00:00
Merge #1916
1916: Missing word r=matklad a=nicrd Co-authored-by: nicrd <nicolasrd@gmail.com>
This commit is contained in:
commit
6c1878009d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ you can use <kbd>Ctrl+Shift+P</kbd> to search for the corresponding action.
|
|||
### Workspace Symbol <kbd>ctrl+t</kbd>
|
||||
|
||||
Uses fuzzy-search to find types, modules and function by name across your
|
||||
project and dependencies. This **the** most useful feature, which improves code
|
||||
project and dependencies. This is **the** most useful feature, which improves code
|
||||
navigation tremendously. It mostly works on top of the built-in LSP
|
||||
functionality, however `#` and `*` symbols can be used to narrow down the
|
||||
search. Specifically,
|
||||
|
|
Loading…
Reference in a new issue