minor: Freshen up goto feature docs

This commit is contained in:
Lukas Wirth 2022-05-27 15:47:31 +02:00
parent 732eb9a167
commit 86576072ab
3 changed files with 6 additions and 1 deletions

View file

@ -15,6 +15,8 @@ use syntax::{ast, AstNode, AstToken, SyntaxKind::*, SyntaxToken, TextRange, T};
//
// Navigates to the definition of an identifier.
//
// For outline modules, this will navigate to the source file of the module.
//
// |===
// | Editor | Shortcut
//