Feature Request: Index source codes, too (Why is the Zed repo not indexed completely?) · Issue #41 · upstash/context7 · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if you could parse Rust files, extract the AST for each file, index the AST, and learn how these undocumented libraries (GPUI for example), work.
In this case, as a massive full blown ap
8000
p (Zed) is in the same repo, which is built on top of GPUI, it should be relatively easier to create a RAG database to help with the so called vibe coding (eg create an RSS feed reader using GPUI).
I see. This is a major feature request. Right now the assumption is the library author has picked the most important code parts and put into docs as examples. But I agree working on source files will have a better coverage.
enesakar
changed the title
Why is the Zed repo not indexed completely?
Feature Request: Index soruce codes, too (Why is the Zed repo not indexed completely?)
Apr 12, 2025
enesakar
changed the title
Feature Request: Index soruce codes, too (Why is the Zed repo not indexed completely?)
Feature Request: Index source codes, too (Why is the Zed repo not indexed completely?)
Apr 12, 2025
Withing the Zed repo, is hidden a full-blown GUI programming library, called GPUI, which Zed itself is built on top of.
Example hello world code here, again inside the same repo.
Some symbols in this API:
However none of these symbols seem to have been indexed (I searched for
WindowBounds
).Is there a reason why the repo is not entirely scanned?
The text was updated successfully, but these errors were encountered: