Skip to content

Code completion and suggestions for JSDoc tags in VSCode

Notifications You must be signed in to change notification settings

HookyQR/VSCodeJSDocTagComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code completion and suggestions for JSDoc tags in VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published