Skip to content

GoToDef should go to the matching signature and not the signature block #1504

Closed
@mhegazy

Description

@mhegazy
export declare function equal(actual: any, expected: any);
export declare function equal(actual: any, expected: any, message: string);

equal(1, 3);
equal(1, 3, "4"); 

go to def on each should go to the matching signature, currently both go to the last one.

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix it

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions