Skip to content

Files

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 1.01 KB

Code completions for JS Doc tags

Build Status

Provides code completion for JS Doc tags, only within JS Doc comment blocks so it doesn't get in the way of your coding. Type @ inside a JSDoc (/** */) style tag and code completion suggestions will begin (assuming you have it enabled). Doesn't provide completion for inline tags (correctly).

The InteliSense detail element indicates the format of any follow-on requirements:

  • < > indicated a field. If the content is a single word, then the field is also a single word.
  • [ ] indicates an optional section.
  • Any type information fields have the { } inserted automatically.

Descriptions and completion suggestions from documentation at @Use JSDoc.

See @Use JSDoc for details on how to use JSDoc.

##Changes:

0.0.2

  • Add typescript as supported document type.