Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Better TS ErrorsNew to Visual Studio Code? Get it now.
Better TS Errors

Better TS Errors

better-ts-errors

|
11,375 installs
| (3) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Better TS Errors 🧼

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

Extension 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):

{
  "extensions.experimental.affinity": {
    "better-ts-errors.better-ts-errors": 1
  }
}

Additional Information

  • Extension icon by Freepik
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft