-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
From @madcampos on February 17, 2016 8:49
The tooltip is showing all the jsdoc information except for the @param
tags.
Eg. jsdoc:
/**
* Filters a path based on a regexp or glob pattern.
* @param {String} basePath The base path where the search will be performed.
* @param {String} pattern A string defining a regexp of a glob pattern.
* @param {String} type The search pattern type, can be a regexp or a glob.
* @param {Object} options A object containing options to the search.
* @return {Array} A list containing the filtered paths.
*/
function pathFilter(basePath, pattern, type, options){
//...
}
I'm using the january version without Salsa enabled.
Copied from original issue: microsoft/vscode#3073
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue