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?
请先登录再写评论。
Please follow https://youtrack.jetbrains.com/issue/WEB-56717/Navigate-Type-Declaration-does-not-work-for-type-aliases for updates