Skip to content

Cannot invoke signature help in or adjacent to block body #27056

Closed
@DanielRosenwasser

Description

@DanielRosenwasser

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

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Signature HelpInformation in editor tooltips when invoking a function callFixedA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions