This plugin provides jsdoc tag completion and completion details. (with document of tag
- In the Preset API, by defining documentation and syntax for each
tag
,
it will be displayed in the completion detail.
$ npm i --save-dev typescript typescript-jsdoctag-completions-plugin
next, configure plugin to tsconfig.json
.
then launch Visula Studio Code, etc
- plugin builtin
Preset name | Details |
---|---|
default | TypeScript builtin JSDoc Tags with Inline JSDoc Tags |
closure | Closure Compiler JSDoc Tags |
-
external defined preset
- To create your own preset, implement
TJSDocTagRawPreset
as defined in preset-api.d.ts
- To create your own preset, implement
-
The priority to which the
locale
applies-
#1 ts project (tsconfig.json etc)
- #1-2 vscode setting (vscode extension vscode-typescript-jsdoctag-completions)
-
#2 OS native
-
-
Set TypeScript Version in VSCode: Ensure that the TypeScript version in VSCode is set to the version installed in your project.
-
Include Sources in tsconfig.json: The plugin only applies to sources specified in the "include" section of tsconfig.json.
This project is licensed under the MIT License - see the LICENSE file for details