-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Cannot invoke signature help in or adjacent to block body #27056
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: 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
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: 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
Type
Fields
Give feedbackNo fields configured for issues without a type.
Apparently a long-standing issue, discovered from experimenting with signature help characters
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.