Live data from Hacker News

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

marketplace.visualstudio.com

51–55 of 55 posts

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

#51

Earlier quoted context omitted.

How come nobody came up with an LSP that can perform this, all this time ?

Because it's an unsolvable problem without static type annotations and as far as I'm aware Ruby doesn't have a good solution for those yet (or if they do nobody uses it).

Someone needs to make TypeScript for Ruby.

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

#52
post #25

Earlier quoted context omitted.

Here's the source code minified and bundled: https://www.gallery.vsassets.io/_apis/public/gallery/publish... Unzip that archive and the source is in extension/dist folder.

I’m confused - is it the actual source code, or minified/bundled code? I don’t think those two are the same thing - unless of course you write your code minified. That would be really impressive.

That would be really impressive levels of psychopathy.

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

#53
post #23

Looks great, it was actually just playing around yesterday with `code canvas app` which is similar, and also Charkoal.dev and Haystack Editor (before code-review pivot) which are related. Yours looks better than any of them already! I wish it was available in Cursor as well though. Not sure how exactly they manage their marketplace, most VSCode extensions seem to be there but now and then I encounter one that is miss…

It is on Open VSX so you can download it directly from Cursor!

Great! I tried it on a standard Django project but it's not displaying any edges. It is able to detect imports at least, because "Add Connected Files" works, but no edges at all.

Is there a good place to report such issues?

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

#55
post #53

Earlier quoted context omitted.

It is on Open VSX so you can download it directly from Cursor!

Great! I tried it on a standard Django project but it's not displaying any edges. It is able to detect imports at least, because "Add Connected Files" works, but no edges at all. Is there a good place to report such issues?

hey! one of the co-founders of nogic here. sorry for the late response!! feel free to report your bug here on the nogic discord: https://discord.gg/pE9sadAm. there are a couple of issues regarding edges not showing in some cases, and we are hoping to address all of these issues by the end of the week.
Post reply on HN