Skip to content

Commit

Permalink
Changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Aug 17, 2023
1 parent 2279946 commit 2beab7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
14 changes: 2 additions & 12 deletions README.md
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" />
14 changes: 2 additions & 12 deletions apps/vscode/README.md
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" />

0 comments on commit 2beab7f

Please sign in to comment.