Skip to content

vizzuhq/codeviz

Repository files navigation

CodeViz Stat

One-click interactive source code stats using animated charts.

Built using the open-source Javascript charting library Vizzu.

Built on top of the great VS Code Counter by Kentaro Usiyama.

If you have a feature request, found a bug or just want to share your experience using CodeViz, come and join the conversation on our GitHub Discussions page.

Features

  • Counts and visualizes the files and code lines of source code in the workspace.
  • Shows file count and line count in total and by programming languages.
  • Allows navigation within the project folders, filtering the visualized data accordingly.
  • Shows tooltip with details on mouseover.

Usage

Launching CodeViz

Launching CodeViz

Switch between the no. of lines and the no. of files

lines_or_files

Break down the data by languages and/or files

Languages_Files_Checkboxes

When grouping and coloring by languages is switched off, the files are shown in the decreasing order of the line count.

Navigate through your project by clicking on the folders on the left

Languages_Files_Checkboxes

Enjoy!