-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2279946
commit 2beab7f
Showing
2 changed files
with
4 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
# Total TypeScript VSCode Extension | ||
|
||
Learn more on our [official docs page](https://www.totaltypescript.com/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=mattpocock.ts-error-translator) | ||
|
||
## 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. | ||
|
||
<img src="https://raw.githubusercontent.com/mattpocock/ts-error-translator/main/assets/hint-screenshot.png" alt="A TypeScript hint showing in a VSCode document" /> | ||
|
||
## Error Translation | ||
|
||
Confused by TypeScript errors? Translate them into human-readable language right in your IDE. | ||
|
||
<img src="https://raw.githubusercontent.com/mattpocock/ts-error-translator/main/assets/error-screenshot.png" alt="An improved error message showing in a VSCode document" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
# Total TypeScript VSCode Extension | ||
|
||
Learn more on our [official docs page](https://www.totaltypescript.com/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=mattpocock.ts-error-translator) | ||
|
||
## 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. | ||
|
||
<img src="https://raw.githubusercontent.com/mattpocock/ts-error-translator/main/assets/hint-screenshot.png" alt="A TypeScript hint showing in a VSCode document" /> | ||
|
||
## Error Translation | ||
|
||
Confused by TypeScript errors? Translate them into human-readable language right in your IDE. | ||
|
||
<img src="https://raw.githubusercontent.com/mattpocock/ts-error-translator/main/assets/error-screenshot.png" alt="An improved error message showing in a VSCode document" /> |