Live data from Hacker News

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

marketplace.visualstudio.com

1–10 of 55 posts

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

#1
I built Nogic, a VSCode extension currently, because AI tools make code grow faster than developers can build a mental model by jumping between files. Exploring structure visually has been helping me onboard to unfamiliar codebases faster.

It’s early and rough, but usable. Would love feedback on whether this is useful and what relationships are most valuable to visualize.

Show HN: Nogic – VS Code extension that visualizes your codebase as a graph
marketplace.visualstudio.com

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

#3
All the GitHub links on your extension page are borked (including issues)

From the look of the associated domain it looks like you're going full product, best of luck

I'm a huge proponent of graph & visual analysis of complex systems - would have loved to try this out, but will always skip closed source editor extensions (especially in the age of widespread npm supply chain attacks & vibe coding)

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

#8
Very cool visualization. However it crashes on a more complex project. I added a folder with 2000+ files(included my assets) and now the visualizer locks up then shows nothing on its tab in VSCode. How do I manually delete old boards so that I can try again with a smaller slice of the code(without assets)?

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

#9
Funny how world is so tiny. I am literally building myself an vscode extension which can abstract an api on top of google colab's vscode extension and I am able to effectively create a sandbox for any python code (I mean to be fair they all still share the same resource but that resource is of google)

I have also hacked together a way for it to create new kernels aka new vm's itself but that becomes really really slow and also I am trying to look at other options to sandbox inside the jupyter notebook itself.

The end result was very messy though so I was literally just currently experimenting with if I could just scrape/automate it from the browser directly.

All in All I must admit that Vscode extensions are/feel very quite competent from what I can gather.

Post reply on HN