Reputation:
I find the inline error popup in VS Code difficult to read. There are no line breaks and there is no syntax highlighting to make the structure of a type in the diagnostic message easier to understand. Is there a way to get either of those things?
Upvotes: 10
Views: 2250
Reputation: 472
Here's a very promising solution, released a week ago:
GitHub: https://github.com/mattpocock/ts-error-translator
Upvotes: 3
Reputation: 608
Currently, it is not supported.
Read more about it here: https://github.com/microsoft/vscode/issues/54272
Upvotes: 3