Skip to content

Allow running go to definition on export and other keywordsΒ #60308

Closed
@mjbvz

Description

@mjbvz

πŸ”Ž Search Terms

  • go to definition

πŸ•— Version & Regression Information

Not a regression

⏯ Playground Link

No response

πŸ’» Code

export class A {

    private z: string;

    readonly x: string;

    async a() {  }

    override b() {}
}

Try running go to definition or go to type definition on any of the keywords before the symbol name (export, private, override, async)

πŸ™ Actual behavior

No definitions fourd

πŸ™‚ Expected behavior

It should work the same as running go to definition on the symbol name

Additional information about the issue

No response

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFix AvailableA PR has been opened for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions