Skip to content

vizzuhq/codeviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a733a2a · Mar 7, 2023
Mar 23, 2022
Mar 9, 2022
Jun 22, 2022
Apr 7, 2022
Jun 30, 2022
Oct 28, 2022
Mar 3, 2022
Mar 3, 2022
Mar 7, 2023
Jun 22, 2022
Apr 6, 2022
Oct 28, 2022
Feb 25, 2022

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!