-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Signature HelpInformation in editor tooltips when invoking a function callInformation in editor tooltips when invoking a function callFixedA PR has been merged for this issueA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this
Milestone
Description
Apparently a long-standing issue, discovered from experimenting with signature help characters
declare function foo(...args);
foo(() => {/*1*/}/*2*/)
At each position, explicitly request signature help.
Expected: Signature help.
Actual: No signature help.
Ideally, we'd check whether the trigger reason was that signature help was a manual invocation, and keep walking up if so.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Signature HelpInformation in editor tooltips when invoking a function callInformation in editor tooltips when invoking a function callFixedA PR has been merged for this issueA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this