Skip to content

Commit e4c6944

Browse files
committed
vscode: add docs about goto-definition for rust syntax tree
1 parent e763b27 commit e4c6944

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user/features.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ You can hover over syntax nodes in the opened text file to see the appropriate
8585
rust code that it refers to and the rust editor will also highlight the proper
8686
text range.
8787

88+
If you press <kbd>Ctrl</kbd> (i.e. trigger goto definition) in the inspected
89+
Rust source file the syntax tree readonly editor should scroll to and select the
90+
appropriate syntax node token.
91+
8892
<img src="https://user-images.githubusercontent.com/36276403/78043783-7425e180-737c-11ea-8653-b02b773c5aa1.png" alt="demo" height="200px" >
8993

9094
#### Expand Macro Recursively

0 commit comments

Comments
 (0)