Improve TypeScript hovers #92787
Labels
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
typescript
Typescript support issues
Milestone
In certain cases, function invocation hover can look really bad compared to function definition:
Playground
The invocation hides all documentation for the function.
This issue investigates how we might improve the ordering or display of the hover, either by doing some work in VS Code or asking for changes in TypeScript.
The text was updated successfully, but these errors were encountered: