-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
TypeScript Version: 2.2.1
Code
(
|
function add(a, b) {}
)
Request docCommentTemplate
from TSServer at the |
Expected behavior:
Returns a template with the parameters for add
Actual behavior:
Since the docCommentTemplate
is requested inside of an expression, no result is returned. Reading through the implementation of docCommentTemplate
, this seems to be by-design currently
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue