mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Update vscode README with a small features list
This commit is contained in:
parent
5df3ee8274
commit
91ff47ef6a
3 changed files with 46 additions and 0 deletions
|
@ -39,6 +39,15 @@ pub struct Declaration {
|
|||
pub access: Option<ReferenceAccess>,
|
||||
}
|
||||
|
||||
// Feature: Find All References
|
||||
//
|
||||
// Shows all references of the item at the cursor location
|
||||
//
|
||||
// |===
|
||||
// | Editor | Shortcut
|
||||
//
|
||||
// | VS Code | kbd:[Shift+Alt+F12]
|
||||
// |===
|
||||
pub(crate) fn find_all_refs(
|
||||
sema: &Semantics<RootDatabase>,
|
||||
position: FilePosition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue