Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pretty Ts Errors | 11,613 | 2 | 14 days ago | 4 | April 18, 2023 | 11 | mit | TypeScript | ||
🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀 | ||||||||||
Coolify | 8,983 | 12 hours ago | 30 | apache-2.0 | PHP | |||||
An open-source & self-hostable Heroku / Netlify alternative. Cloud version available here -> https://app.coolify.io | ||||||||||
Form Generator | 7,860 | 14 | 6 months ago | 3 | April 14, 2020 | 122 | mit | Vue | ||
:sparkles:Element UI表单设计及代码生成器 | ||||||||||
Vetur | 5,699 | 14 | 4 months ago | 42 | February 23, 2023 | 343 | mit | TypeScript | ||
Vue tooling for VS Code. | ||||||||||
Yn | 5,014 | 4 days ago | 29 | agpl-3.0 | TypeScript | |||||
A highly extensible Markdown editor. Version control, AI completion, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement. | ||||||||||
I18n Ally | 3,100 | 5 days ago | 197 | mit | TypeScript | |||||
🌍 All in one i18n extension for VS Code | ||||||||||
Frontend Hard Mode Interview | 2,896 | 8 months ago | 7 | other | JavaScript | |||||
《前端内参》,有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享,旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。 | ||||||||||
Pwabuilder | 2,116 | 4 days ago | 7 | August 11, 2023 | 187 | other | TypeScript | |||
The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools. | ||||||||||
Previewjs | 1,618 | 22 | 14 hours ago | 41 | August 04, 2023 | 32 | other | TypeScript | ||
Preview UI components in your IDE instantly | ||||||||||
Vue Vscode Snippets | 1,303 | 2 months ago | 21 | mit | JavaScript | |||||
These snippets were built to supercharge my workflow in the most seamless manner possible. |
TypeScript
ErrorsMake TypeScript errors prettier and human-readable in VSCode.
TypeScript errors become messier as the complexity of types increases. At some point, TypeScript will throw on you a shitty heap of parentheses and "..."
.
This extension will help you understand what's going on. For example, in this relatively simple error:
and others from: Web Dev Simplified, Josh tried coding, trash dev, and more
.ts
files).js
and .jsx
files).tsx
and .mdx
files).astro
, .svelte
and .vue
files)code --install-extension yoavbls.pretty-ts-errors
Or simply by searching for pretty-ts-errors
in the VSCode marketplace
... more ...
, { ... }
, etc in an inconsistent manner. Some are also cutting in the middle because they're too long.type X = ...
is missing, so I needed to create a new TextMate grammar, a superset of TypeScript grammar called type
.
![]() Kent C. Dodds |
![]() Matt Pocock |
![]() Alex / KATT |
![]() Tanner Linsley |
![]() Theo Browne |
Every penny will be invested in other contributors to the project, especially ones that work
on things that I can't be doing myself like adding support to the extension for other IDEs
Help by upvoting or commenting on issues we need to be resolved here
Any other contribution is welcome. Feel free to open any issue / PR you think.