thakkarparth007 / copilot-explorer

Hacky repo to see what the Copilot extension sends to the server
https://twitter.com/parth007_96/status/1604160949434421248
610 stars 68 forks source link

Explore other repos using the same tools? #10

Open leoplusx opened 10 months ago

leoplusx commented 10 months ago

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.

thakkarparth007 commented 10 months ago

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.