mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Build the repository map automatically using tree-sitter to extract symbol definitions from source files.
This commit is contained in:
parent
561f433733
commit
3a8e9a0ce5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sends GPT a **concise map of your whole git repository**
|
|||
that includes
|
||||
the most important classes and functions along with their types and call signatures.
|
||||
|
||||
This **repository map** is now built automatically by using
|
||||
This **repository map** is now built automatically using
|
||||
[tree-sitter](https://tree-sitter.github.io/tree-sitter/)
|
||||
to extract symbol definitions from source files.
|
||||
Tree-sitter is used by many IDEs, editors and LSP servers to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue