Blog Logo
TAGS

Pretty TypeScript Errors

Make TypeScript errors prettier and human-readable in VSCode. TypeScript errors become messier as the complexity of types increases. This extension will help you understand whats going on. Features include syntax highlighting with your theme colors for types in error messages, a button that leads you to the relevant type declaration next to the type in the error message, a button that navigates you to the error at typescript.tv, where you can find a detailed explanation, sometimes with a video, and a button that navigates you to ts-error-translator, where you can read the error in plain English. Supports Node and Deno TypeScript error reporters, JSDoc type errors, React, Solid and Qwik errors, and Astro, Svelte and Vue files when TypeScript is enabled. Every contribution is welcome. Feel free to ask anything and open any issue / PR you desire.