An extension for VS Code to provide an analysis of coding behavior like coding speed, coding accuracy and frequency of typed characters.
- At current stage, by launching the CBA extension, you can see your coding speed and accuracy in the status bar of VS Code. An example is shown as follows.
-
A shortcut
CTRL+SHIFT+A
is provided to generate a broken line graph which shows the change of your coding speed. Currently we use Chart.js to generate it. At current stage, network connection is required. -
You can type
CTRL+SHIFT+C
to disable it.
-
It is available in the VS Code Extension Marketplace, and you can search
Coding Behavior Analysis
in it. Visual Studio Code Market Place: Coding Behavior Analysis -
You can also download the source code and open it in VS Code. After you type
Ctrl+F5
, a new window will appear. By typingSHIFT+SPACE+P
and then inputingCBA
, the extension will be launched.
- Look for better indicators to measure one's coding performance.
- Mine the coding content and analyze it for more interesting conclusion.
- Dynamically update graphs while typing.
New features: Show the frequency of typed characters in a bar.
Add support for disabling this extension.
Initial release