-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
Description
TypeScript Version: 3.5.0-dev.20190410
Search Terms:
- docCommentTemplate
- jsdoc
Code
For the javascript or typescript:
/** */
exports.foo = (a) => {}Trigger a docCommentTemplate request for the function
Expected behavior:
Template returned
Actual behavior:
No result returned:
}
[Trace - 11:14:12 AM] Sending request: docCommentTemplate (34). Response expected: yes. Current queue length: 0
Arguments: {
"file": "/Users/matb/projects/san/x.js",
"line": 1,
"offset": 4
}
[Trace - 11:14:12 AM] Response received: docCommentTemplate (34). Request took 3 ms. Success: false . Message: No content available.
Playground Link:
Related Issues:
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone