You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing #3170 and the @ constructor JSDoc comment text shows up in the IntelliSense prompt.
/** * Represents a person * @constructor * @param {string} name The name of the person * @param {number} age The age of the person */functionPerson(name,age){this.name=name;this.age=age;}varp=newPerson
From @chrisdias on February 24, 2016 22:46
related to #3186?
Testing #3170 and the
@ constructor
JSDoc comment text shows up in the IntelliSense prompt.Copied from original issue: microsoft/vscode#3432
The text was updated successfully, but these errors were encountered: