Hey HN,
We built this little open-source tool that automatically visualizes the contents of a software project in Visual Studio Code. We think it's a good example of what our open-source viz library Vizzu (https://github.com/vizzuhq/vizzu-lib) can be used for.
Key features of CodeViz Stat:
- Shows file count and line count in total and by programming languages.
- Allows navigation within the project folders, filtering the visualized data accordingly.
- Shows a tooltip with details on mouseover.
Key features of CodeViz Stat: - Shows file count and line count in total and by programming languages. - Allows navigation within the project folders, filtering the visualized data accordingly. - Shows a tooltip with details on mouseover.
CodeViz Stat is built on top of Kentaro Usiyama's great VS Code Counter (https://marketplace.visualstudio.com/items?itemName=uctakeof...).
Happy to hear any feedback! Let me know what you think!