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 e763b27 commit e4c6944Copy full SHA for e4c6944
docs/user/features.md
@@ -85,6 +85,10 @@ You can hover over syntax nodes in the opened text file to see the appropriate
85
rust code that it refers to and the rust editor will also highlight the proper
86
text range.
87
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
+
92
<img src="https://user-images.githubusercontent.com/36276403/78043783-7425e180-737c-11ea-8653-b02b773c5aa1.png" alt="demo" height="200px" >
93
94
#### Expand Macro Recursively
0 commit comments