-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve readability of diagnotic hovers #54503
Comments
Hover has full Markdown support. TypeScript opts to spit everything out in monospace font, so it ends up like that. |
@joaomoreno This is coming from VS Code's built-in error hover support which I do not believe supports markdown. Even if problem hover did support markdown content, wider hovers content and proper wrapping would still be beneficial and cannot be addressed by the TypeScript extension |
Expanding hovers was added with #67076 |
The number one annoyance I have and hear from people about VS Code + TypeScript is that type errors are hard to read. TypeScript will display nested type errors with each level indented, but because of the line wrapping, that indentation basically lost.
This makes the error hard to follow and in consequence hard to solve.
Here are things that I think would improve the readability:
The text was updated successfully, but these errors were encountered: