Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature suggestion: Add intellisense support for JSDoc tags #12

Open
Gambero81 opened this issue Nov 2, 2015 · 0 comments
Open

Feature suggestion: Add intellisense support for JSDoc tags #12

Gambero81 opened this issue Nov 2, 2015 · 0 comments

Comments

@Gambero81
Copy link

it would be useful to add intellisense support typing jsdoc tags inside a comment block:
es:

/**
* Method description
* @param {string} stringValue
* @ <-- (suggest with intellisense: )
*/

suggested tags from intellisense:
@abstract (synonyms: @virtual)
@access
@alias
@Augments (synonyms: @extends)
@author
@borrows
@callback
@Class (synonyms: @constructor)
@classdesc
@constant (synonyms: @const)
@constructs
@copyright
@default (synonyms: @DefaultValue)
@deprecated
@description (synonyms: @desc)
@enum
@event
@example
@exports
@external (synonyms: @host)
@file (synonyms: @fileoverview, @overview)
@fires (synonyms: @emits)
@function (synonyms: @func, @method)
@global
@ignore
@implements
@inheritdoc
@inner
@instance
@interface
@kind
@Lends
@license
@Listens
@member (synonyms: @var)
@memberof
@mixes
@mixin
@module
@name
@namespace
@override
@param (synonyms: @arg, @argument)
@private
@property (synonyms: @prop)
@protected
@public
@readonly
@requires
@returns (synonyms: @return)
@see
@since
@static
@summary
@this
@throws (synonyms: @exception)
@todo
@tutorial
@type
@typedef
@variation
@version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants