Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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:
A TypeScript hint showing in a VSCode document

### :de: German:
A TypeScript hint showing in a VSCode document

## 🌐 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:
An improved error message showing in a VSCode document

### German:
An improved error message showing in a VSCode document

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