Update subcommmands supported for typescript
This commit is contained in:
parent
a4f7d02a3b
commit
7c2b7b7ef3
@ -733,7 +733,7 @@ the definition of the symbol is in the current translation unit. A translation
|
|||||||
unit consists of the file you are editing and all the files you are including
|
unit consists of the file you are editing and all the files you are including
|
||||||
with `#include` directives (directly or indirectly) in that file.
|
with `#include` directives (directly or indirectly) in that file.
|
||||||
|
|
||||||
Supported in filetypes: `c, cpp, objc, objcpp, python, cs`
|
Supported in filetypes: `c, cpp, objc, objcpp, python, cs, typescript`
|
||||||
|
|
||||||
### The `GoTo` subcommand
|
### The `GoTo` subcommand
|
||||||
|
|
||||||
@ -799,7 +799,7 @@ std::cout << *x; // invoking on x returns "const char ** => const char **"
|
|||||||
|
|
||||||
NOTE: Causes reparsing of the current translation unit.
|
NOTE: Causes reparsing of the current translation unit.
|
||||||
|
|
||||||
Supported in filetypes: `c, cpp, objc, objcpp`
|
Supported in filetypes: `c, cpp, objc, objcpp, typescript`
|
||||||
|
|
||||||
### The `GetParent` subcommand
|
### The `GetParent` subcommand
|
||||||
|
|
||||||
|
@ -922,7 +922,7 @@ when the definition of the symbol is in the current translation unit. A
|
|||||||
translation unit consists of the file you are editing and all the files you are
|
translation unit consists of the file you are editing and all the files you are
|
||||||
including with '#include' directives (directly or indirectly) in that file.
|
including with '#include' directives (directly or indirectly) in that file.
|
||||||
|
|
||||||
Supported in filetypes: 'c, cpp, objc, objcpp, python, cs'
|
Supported in filetypes: 'c, cpp, objc, objcpp, python, cs, typescript'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *GoTo* subcommand
|
The *GoTo* subcommand
|
||||||
@ -988,7 +988,7 @@ For example:
|
|||||||
<
|
<
|
||||||
NOTE: Causes reparsing of the current translation unit.
|
NOTE: Causes reparsing of the current translation unit.
|
||||||
|
|
||||||
Supported in filetypes: 'c, cpp, objc, objcpp'
|
Supported in filetypes: 'c, cpp, objc, objcpp, typescript'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *GetParent* subcommand
|
The *GetParent* subcommand
|
||||||
|
Loading…
Reference in New Issue
Block a user