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).
Show HN: Nogic – VS Code extension that visualizes your codebase as a graph
51–55 of 55 posts
Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph
#52Earlier 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.
Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph
#53Looks 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!
Is there a good place to report such issues?
Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph
#54Re: Show HN: Nogic – VS Code extension that visualizes your codebase as a graph
#55Earlier 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?