Integrates typescript-jsdoctag-completions-plugin into VS Code.
-
Load
typescript-jsdoctag-completions-plugin
asglobal plugin
. -
Loaded as
global plugin
, it allows jsdoc tag completion when editing alltypescript/javascript
related sources opened in vscode.
This extension contributes the following variables to the settings:
-
jsdoctag-completions.locale
If locale is not set in the typescript project, it will be forced this value or native OS locale.
locale
value is the same as typescriptcompilerOptions.locale
. -
jsdoctag-completions.preset
choose builtin preset (default
,closure
) or specify preset module path.
default
preset is typescript builtin jsdoc tags with additional jsdoc.app inline tag. -
jsdoctag-completions.verbose
enable/disable debug log to tsserver log file.
-
The priority to which the
locale
applies-
1 ts project (tsconfig.json etc)
-
2 vscode setting (this extension
jsdoctag-completions.locale
) -
3 OS native
-
-
typescript-jsdoctag-completions-plugin
requires moduletsserverlibrary
, but it is not includedvscode
builtintypescript
,
so use the Select TypeScript Version command to switch to workspace's typescript, etc. need to do it.- Recommended to install the JavaScript and TypeScript Nightly extension
-
You can change
locale
andpreset
individually by setting plugin config for each(ts|js)config.json
.