CodeCounter is a Visual Studio Code extension that accurately tracks and counts down the time spent on code modification. It is a tool for educators to quantitatively measure the practice time given to students, and for students to check how much practice time remains. Each time you modify the code,
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
CodeCounter is an extension feature for Visual Studio Code that calculates cumulative time each time you modify code and starts counting down when you save. This enables effective measurement and management of study time.
Features
Each code modification accumulates a certain amount of time (default value is 0.5 seconds).
When you save the code, a countdown starts according to the accumulated time.
How to use
Open Visual Studio Code and check the wristwatch icon located in the lower left corner. This icon displays the remaining time.
When you click the wristwatch icon, you'll see an interface where you can set the amount of time to be added. Set your desired time.
Purpose
Instructor: You can quantitatively measure and adjust how much practice time to give to students.
Student: You can easily check how much practice time is left.
Use CodeCounter to manage your coding class time more effectively.