Skip to content

Jsdoc tooltip showing raw tags #7136

@egamma

Description

@egamma

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){
//...
}

The tooltip shows like this:
Tooltip

I'm using the january version without Salsa enabled.

Copied from original issue: microsoft/vscode#3073

Metadata

Metadata

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions