Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyxb/typescript-wizard
📚💻💡 Learn TypeScript in VSCode with a TypeScript error translator and syntax guide.
https://github.com/nyxb/typescript-wizard
learn learning typescript vscode-extension
Last synced: about 1 month ago
JSON representation
📚💻💡 Learn TypeScript in VSCode with a TypeScript error translator and syntax guide.
- Host: GitHub
- URL: https://github.com/nyxb/typescript-wizard
- Owner: nyxb
- Created: 2023-05-27T21:59:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-17T13:11:10.000Z (over 1 year ago)
- Last Synced: 2024-03-15T12:52:21.624Z (10 months ago)
- Topics: learn, learning, typescript, vscode-extension
- Language: TypeScript
- Homepage: https://typescript-wizard.vercel.app
- Size: 1.84 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 🧙♂️ TypeScript Wizard VSCode Extension
Learn TypeScript from within your IDE. Get helpful hints on syntax, and get translations of TypeScript's most cryptic errors.
- [Download the VSCode Extension](https://marketplace.visualstudio.com/items?itemName=nyxb.typescript-wizard)
## 📚 Syntax Guide
Get helpful hints on syntax you've never seen before, with direct links to the docs. Once you feel you've got it covered, mark it as learned to hide the hints. Goes all the way from beginner to hyper-advanced. Error messages are available in multiple languages, including English and German.
### :us: English:
### :de: German:
## 🌐 Error Translation
Confused by TypeScript errors? Translate them into human-readable language right in your IDE. Error messages are available in multiple languages, including English and German, making it easier to understand and resolve issues.
### English:
### German:
This extension is based on [Matt Pocock's](https://github.com/mattpocock) [Total TypeScript](https://marketplace.visualstudio.com/items?itemName=mattpocock.ts-error-translator) extension