Build the repository map automatically using tree-sitter to extract symbol definitions from source files.

This commit is contained in:
Paul Gauthier 2023-10-20 10:13:23 -07:00
parent 561f433733
commit 3a8e9a0ce5

View file

@ -33,7 +33,7 @@ sends GPT a **concise map of your whole git repository**
that includes that includes
the most important classes and functions along with their types and call signatures. 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/) [tree-sitter](https://tree-sitter.github.io/tree-sitter/)
to extract symbol definitions from source files. to extract symbol definitions from source files.
Tree-sitter is used by many IDEs, editors and LSP servers to Tree-sitter is used by many IDEs, editors and LSP servers to