Typescript - Go to Type Declaration for type alias

It seems as though there's no quick way to go to the type declaration of a symbol if the symbol is a type alias, like `type MyType = {a: string}`. Is this the case? CMD - Shift - B just jumps to the symbol's declaration, not to the type alias. However, seems to work for interfaces. Am I missing something or is this known behavior?

0

Please sign in to leave a comment.