From e4c69443e7fac2843262d6890557de1f9803e34a Mon Sep 17 00:00:00 2001 From: veetaha Date: Thu, 2 Apr 2020 03:26:37 +0300 Subject: [PATCH] vscode: add docs about goto-definition for rust syntax tree --- docs/user/features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user/features.md b/docs/user/features.md index 8aeec2e81ef..4cba6652944 100644 --- a/docs/user/features.md +++ b/docs/user/features.md @@ -85,6 +85,10 @@ You can hover over syntax nodes in the opened text file to see the appropriate rust code that it refers to and the rust editor will also highlight the proper text range. +If you press Ctrl (i.e. trigger goto definition) in the inspected +Rust source file the syntax tree readonly editor should scroll to and select the +appropriate syntax node token. + demo #### Expand Macro Recursively