-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone
Description
TypeScript Version: 3.3.0-dev.20181130
Search Terms:
- DocCommentTemplate
Code
In the js file:
export default class abc {
/** */
myfunc = (myparam) => {
return myparam;
}
}Trigger a docCommentTemplate server request inside the comment.
Expected behavior:
Comment template returned
Actual behavior:
No content available. returned
Playground Link:
Related Issues:
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone