Closed
Description
π 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