1.8.2 โข Published 2 years ago
better-ts-errors v1.8.2
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
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
1.8.2
2 years ago
1.7.3
2 years ago
1.8.1
2 years ago
1.7.2
2 years ago
1.8.0
2 years ago
1.7.1
2 years ago
1.7.0
2 years ago
1.7.9
2 years ago
1.7.8
2 years ago
1.7.7
2 years ago
1.7.6
2 years ago
1.7.5
2 years ago
1.7.4
2 years ago
1.6.1
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.0.0
3 years ago