https://github.com/thiti-dev/vscode-ext-fun-coding
A vscode-extension which will give the entertainment for you while you are coding
https://github.com/thiti-dev/vscode-ext-fun-coding
typescript vscode-extension vscode-plugin webpack
Last synced: 2 months ago
JSON representation
A vscode-extension which will give the entertainment for you while you are coding
- Host: GitHub
- URL: https://github.com/thiti-dev/vscode-ext-fun-coding
- Owner: Thiti-Dev
- License: mit
- Created: 2022-12-27T06:25:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T04:42:34.000Z (over 3 years ago)
- Last Synced: 2025-01-06T03:42:09.666Z (over 1 year ago)
- Topics: typescript, vscode-extension, vscode-plugin, webpack
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Thiti-Dev.fun-coding
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 🎩 About The Project
This is the extension for Visual Studio Code which will generize a visual text that indicates your typing performance on your screen
## 🌟 Demo
### ✨ Features
- Display the typing performance (letters per sec)
- Display the combo stage every 10x letters
- Shake the screen if going over 30x letters streak
### 🚩 Note
- ~~May not working well if the Error Lens OR GitLens extension install~~
# CHANGELOG
## 0.2.0 (2022-12-29)
Enhancement:
- ComboStage display now have dynamic color and rotation
- TypePerformance display now have dynamic random color as it floating up
Adjust:
- 30x letters streak to start the shake-simulation
## 0.1.0 (2022-12-29)
Compatibility:
- Now fully working properly with Git-lens & Errors-lens enabled
## 0.0.21 (2022-12-28)
Adjust:
- prevent streak of 1 from displaying on the screen
## 0.0.2 (2022-12-28)
Features:
- typePerformanceDisplay is now support animating
Fix:
- prevent spacebar from counting the streak
Adjust:
- the margin-top of the comboStage display
## 0.0.1 (2022-12-27)
Release:
- the base version with comboStage display and type performance display