mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
note about symbol search
This commit is contained in:
parent
f19a82beac
commit
bae5938682
1 changed files with 10 additions and 6 deletions
|
@ -47,7 +47,11 @@ doesn't hurt too much :-)
|
|||
|
||||
* **Go to symbol in file**
|
||||
|
||||
* **Go to symbol in workspace** (no support for Cargo deps yet)
|
||||
* **Go to symbol in workspace**
|
||||
- `#Foo` searches for `Foo` type in the current workspace
|
||||
- `#foo#` searches for `foo` function in the current workspace
|
||||
- `#Foo*` searches for `Foo` type among dependencies, excluding `stdlib`
|
||||
- Sorry for a weired UI, neither LSP, not VSCode have any sane API for filtering! :)
|
||||
|
||||
* code actions:
|
||||
- Flip `,` in comma separated lists
|
||||
|
|
Loading…
Reference in a new issue