A Visual Studio Code extension used for parsing and formatting TypeScript error messages.
Simply enable the better-ts-errors extension in your VSCode and hover a TS error to see the magic happening 🌠
Preview
You can also preview how the parsing works in the web application.
Settings
{
// Prettifies the response with emojis and such.
"betterTypeScriptErrors.prettify": true
}
If you notice the UI stuttering sometimes and/or the autocomplete being delayed, try applying this to your settings.json file (this will make so the extension runs in a separate process):