Live data from Hacker News

Show HN: Nogic – VS Code extension that visualizes your codebase as a graph

marketplace.visualstudio.com

31–40 of 55 posts

Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph

#32
post #2

Nice, I wanted to build something similar for a long time. The coolest thing is to start summarising clusters for very large codebases, which essentially provides an LoD system for the context.

We were thinking of creating an MCP Server that could integrate well with the visualizer extension so that you'd understand the cluster visually and descriptively, so watch out for that! :) X: @Davellele

Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph

#34

I've been having great success with LLMs generating Mermaid diagrams and flowcharts from a repo. Claude Code and Cursor both do consistently great jobs. For example: `generate a mermaid swimlanes diagram of the XX logic flow`.

This is what I do previously too! The problem that I realize with them is that mermaid diagrams and flowcharts are static and sometimes oversimplified.

Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph

#35

I always liked the idea having relationship based programming (graph programming), but with actual code. Never actually made the effort to make something like that. Pretty neat either way.

Thanks! Shoot me a message if you would like to have something added :) X: @Davellele

Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph

#38

I definitly think more tools like this are needed, but not open sourcing it is a mistake. You will be quickly replaced by a friendlier competitor.

We will make it open source soon! Follow me on X (@Davellele) to be updated when we do :)

Thats good to hear but what are you waiting for?

Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph

#39
Really cool! I'm also dabbling with this idea. The biggest challenge I find is to reduce noise. Large codebases come with a lot of cruft. Surfacing every small detail in the visualization tends to make it messy and less useful. I've not seen contemporary tools tackle this, but think can be useful.
Post reply on HN