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
+3
View File
@@ -10,6 +10,9 @@
// Feature: Go to Declaration
//
// Navigates to the declaration of an identifier.
//
// This is currently the same as `Go to Definition` with the exception of outline modules where it
// will navigate to the `mod name;` item declaration.
pub(crate) fn goto_declaration(
db: &RootDatabase,
position: FilePosition,
+2
View File
@@ -15,6 +15,8 @@
//
// Navigates to the definition of an identifier.
//
// For outline modules, this will navigate to the source file of the module.
//
// |===
// | Editor | Shortcut
//
+1 -1
View File
@@ -11,7 +11,7 @@
// Feature: Go to Implementation
//
// Navigates to the impl block of structs, enums or traits. Also implemented as a code lens.
// Navigates to the impl blocks of types.
//
// |===
// | Editor | Shortcut