1.8.2 โ€ข Published 9 months ago

better-ts-errors v1.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

1.8.2

9 months ago

1.7.3

9 months ago

1.8.1

9 months ago

1.7.2

9 months ago

1.8.0

9 months ago

1.7.1

9 months ago

1.7.0

9 months ago

1.7.9

9 months ago

1.7.8

9 months ago

1.7.7

9 months ago

1.7.6

9 months ago

1.7.5

9 months ago

1.7.4

9 months ago

1.6.1

11 months ago

1.6.0

11 months ago

1.5.0

11 months ago

1.4.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.0.0

2 years ago