10

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?

enter image description here

2 Answers 2

3

Currently, it is not supported.

Read more about it here: https://github.com/microsoft/vscode/issues/54272

Sign up to request clarification or add additional context in comments.

Comments

3

Here's a very promising solution, released a week ago:

TypeScript Error Translator

ts-error-translator

GitHub: https://github.com/mattpocock/ts-error-translator

1 Comment

While this extension can be useful, it does not solve this particular issue.