CodeRiderExtension🚴Turn your code execution into a bike race 🚴 — Code Rider reacts to your scripts running in VS Code. Code Rider is a fun VS Code extension that turns code execution into a bike race. When your code runs, a little rider starts pedaling. If your script takes time, the rider struggles uphill. If the code succeeds, the rider wins the race. If it crashes… well, the rider crashes too 💥 The goal is simple: make coding a little more fun. ConceptYour code is a race.
The rider reacts to code execution triggered in VS Code. Why cycling? 🚴Messages are intentionally in French because the idea for this project was born in a French e-commerce company. Cycling metaphors are a nod to its cycling roots. Supported execution sourcesCode Rider listens to:
This allows the extension to react when running scripts like: python script.py or when pressing the Run button in VS Code. Some riders take secret side roads (SQL tools, notebooks, extension-specific runners). Planned support
Installation (development)
git clone https://github.com/Manue242/code-rider.git
npm install
F5 A new VS Code window will open where you can test the extension. RoadmapPossible future improvements:
Why this project?Coding can feel like a race:
Code Rider visualizes that race. Feedback and bug reportsIf you encounter a bug, you can open a Git issue: https://github.com/Manue242/code-rider/issues For general feedback, suggestions, or ideas, you can also fill in this form: https://forms.gle/MtjU629Bt5j343358 You can open the form directly from VS Code :
Ctrl + Shift + P
Code Rider: Send Feedback
Every race comment helps improve the rider. LicenseMIT |