copilot-explorer icon indicating copy to clipboard operation
copilot-explorer copied to clipboard

Explore other repos using the same tools?

Open leoplusx opened this issue 2 years ago • 1 comments

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.

leoplusx avatar Oct 06 '23 08:10 leoplusx

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.

thakkarparth007 avatar Oct 10 '23 16:10 thakkarparth007