copilot-explorer
copilot-explorer copied to clipboard
Explore other repos using the same tools?
Amazing work!
There is no simple way of applying the same visualization and exploration tools on any other GitHub repo, is there? I'd love to have this as a VSCode extension.
Unfortunately there isn't a straightforward way of doing that. You would need to extract the other repo's source code into the kind of graph data shown here to visualize it. There's no simple way to extract such data (different repos use different source layouts, languages, etc.). You could write a bunch of heuristics to get around that somewhat, but would take a while.