AI generated code map for navigation and context #23878
AriMKatz
started this conversation in
LLMs and Zed Agent
Replies: 1 comment
-
I like the idea of this, why not let the AI access tools (to gather context) and have them be available to zoom out/in on a given codebase?! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check for existing issues
Describe the feature
Instead of minimap/navigating symbols, you have AI "folding" where you abstract code into a map or code graph that has a dynamic zoom feature for granularity. This is useful for the user, but also as context for the assistant as a smart "codebase summary" (see how aider does a static version)
Possibly better than fold because you aren't folding on symbols but on other possibly more abstract/ useful things like functionality.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions