Remove Java from the GoToImplementation command in docs

This commit is contained in:
micbou 2018-04-07 03:56:24 +02:00
parent e8477c16b6
commit 05f7f1c6f0
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 2 additions and 2 deletions

View File

@ -1602,7 +1602,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, java` Supported in filetypes: `cs`
#### The `GoToImplementationElseDeclaration` subcommand #### The `GoToImplementationElseDeclaration` subcommand

View File

@ -1898,7 +1898,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 of interface). If there are multiple implementations, instead provides a list of
implementations to choose from. implementations to choose from.
Supported in filetypes: 'cs, java' Supported in filetypes: 'cs'
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
The *GoToImplementationElseDeclaration* subcommand The *GoToImplementationElseDeclaration* subcommand