Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yrming/vscode-type-challenges
Take Type Challenges in VS Code
https://github.com/yrming/vscode-type-challenges
challenge type type-challenges typescript vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Take Type Challenges in VS Code
- Host: GitHub
- URL: https://github.com/yrming/vscode-type-challenges
- Owner: yrming
- License: mit
- Created: 2022-03-17T15:41:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T19:22:57.000Z (7 months ago)
- Last Synced: 2024-12-08T07:04:50.413Z (about 2 months ago)
- Topics: challenge, type, type-challenges, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=YRM.type-challenges
- Size: 998 KB
- Stars: 46
- Watchers: 3
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Take Type Challenges in VS Code
> **Note**: This extension uses `tsc` to check the status of each challenge, so you should install `TypeScript` globally.
## Features
- View challenges in the side panel
- View challenges by difficulty/tag/author
- Take the challenge directly in VS Code
- Show the status of each challenge
- Show challenge progress
- Dark/Light mode
## Related
- [Type Challenges](https://github.com/type-challenges/type-challenges) - Collection of TypeScript type challenges with online judge
## License
MIT License © 2022 [YRM](https://github.com/yrming)