feat: show the actual type information when type aliases are used in the hint popup #124884
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
I'd like to see proper type information for type aliases in the hint popup. This would improve the developer experience. Especially when types come from a 3rd party library.
The example below is with Typescript but I'd expect it to be a general feature.
Example: a random type with proper info bubble
What VS Code shows now when the type alias is used somewhere
What I'd like to see
The text was updated successfully, but these errors were encountered: