Add GoToType and GoToImplementation for Java in the docs
This commit is contained in:
parent
9490ba3bad
commit
8b07bd14b8
@ -853,6 +853,8 @@ Quick Feature Summary
|
|||||||
* Real-time diagnostic display
|
* Real-time diagnostic display
|
||||||
* Go to definition (`GoTo`, `GoToDefinition`, and `GoToDeclaration` are
|
* Go to definition (`GoTo`, `GoToDefinition`, and `GoToDeclaration` are
|
||||||
identical)
|
identical)
|
||||||
|
* Go to type definition (`GoToType`)
|
||||||
|
* Go to implementation (`GoToImplementation`)
|
||||||
* Reference finding (`GoToReferences`)
|
* Reference finding (`GoToReferences`)
|
||||||
* View documentation comments for identifiers (`GetDoc`)
|
* View documentation comments for identifiers (`GetDoc`)
|
||||||
* Type information for identifiers (`GetType`)
|
* Type information for identifiers (`GetType`)
|
||||||
@ -1751,7 +1753,7 @@ Looks up the symbol under the cursor and jumps to its implementation (i.e.
|
|||||||
non-interface). If there are multiple implementations, instead provides a list
|
non-interface). If there are multiple implementations, instead provides a list
|
||||||
of implementations to choose from.
|
of implementations to choose from.
|
||||||
|
|
||||||
Supported in filetypes: `cs`
|
Supported in filetypes: `cs, java`
|
||||||
|
|
||||||
#### The `GoToImplementationElseDeclaration` subcommand
|
#### The `GoToImplementationElseDeclaration` subcommand
|
||||||
|
|
||||||
@ -1766,7 +1768,7 @@ Supported in filetypes: `cs`
|
|||||||
Looks up the symbol under the cursor and jumps to the definition of its type
|
Looks up the symbol under the cursor and jumps to the definition of its type
|
||||||
e.g. if the symbol is an object, go to the definition of its class.
|
e.g. if the symbol is an object, go to the definition of its class.
|
||||||
|
|
||||||
Supported in filetypes: `javascript, typescript`
|
Supported in filetypes: `java, javascript, typescript`
|
||||||
|
|
||||||
### Semantic Information Commands
|
### Semantic Information Commands
|
||||||
|
|
||||||
|
@ -1086,6 +1086,8 @@ feedback.
|
|||||||
- Real-time diagnostic display
|
- Real-time diagnostic display
|
||||||
- Go to definition (|GoTo|, |GoToDefinition|, and |GoToDeclaration| are
|
- Go to definition (|GoTo|, |GoToDefinition|, and |GoToDeclaration| are
|
||||||
identical)
|
identical)
|
||||||
|
- Go to type definition (|GoToType|)
|
||||||
|
- Go to implementation (|GoToImplementation|)
|
||||||
- Reference finding (|GoToReferences|)
|
- Reference finding (|GoToReferences|)
|
||||||
- View documentation comments for identifiers (|GetDoc|)
|
- View documentation comments for identifiers (|GetDoc|)
|
||||||
- Type information for identifiers (|GetType|)
|
- Type information for identifiers (|GetType|)
|
||||||
@ -2004,7 +2006,7 @@ Looks up the symbol under the cursor and jumps to its implementation (i.e.
|
|||||||
non-interface). If there are multiple implementations, instead provides a list
|
non-interface). If there are multiple implementations, instead provides a list
|
||||||
of implementations to choose from.
|
of implementations to choose from.
|
||||||
|
|
||||||
Supported in filetypes: 'cs'
|
Supported in filetypes: 'cs, java'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *GoToImplementationElseDeclaration* subcommand
|
The *GoToImplementationElseDeclaration* subcommand
|
||||||
@ -2021,7 +2023,7 @@ The *GoToType* subcommand
|
|||||||
Looks up the symbol under the cursor and jumps to the definition of its type
|
Looks up the symbol under the cursor and jumps to the definition of its type
|
||||||
e.g. if the symbol is an object, go to the definition of its class.
|
e.g. if the symbol is an object, go to the definition of its class.
|
||||||
|
|
||||||
Supported in filetypes: 'javascript, typescript'
|
Supported in filetypes: 'java, javascript, typescript'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
*youcompleteme-semantic-information-commands*
|
*youcompleteme-semantic-information-commands*
|
||||||
|
Loading…
Reference in New Issue
Block a user