mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
copy
This commit is contained in:
parent
560e427684
commit
b00b3f1a8d
1 changed files with 8 additions and 3 deletions
|
@ -191,10 +191,15 @@ Some possible approaches to reducing the amount of map data are:
|
||||||
|
|
||||||
One key goal is to prefer solutions which are language agnostic or
|
One key goal is to prefer solutions which are language agnostic or
|
||||||
which can be easily deployed against most popular code languages.
|
which can be easily deployed against most popular code languages.
|
||||||
The `ctypes` solution has this benefit, since it comes pre-built
|
The `ctags` solution has this benefit, since it comes pre-built
|
||||||
with tooling for most popular languages.
|
with tooling for most popular languages.
|
||||||
I suspect that Language Server Protocol servers might be another
|
|
||||||
relevant tool to help solve these "code context" problems.
|
I suspect that Language Server Protocol might be an even
|
||||||
|
better tool than `ctags` for this problem.
|
||||||
|
But it is more cumbersome to deploy for a broad
|
||||||
|
array of languages.
|
||||||
|
Users would need to stand up an LSP server for their
|
||||||
|
specific language(s) of interest.
|
||||||
|
|
||||||
## Try it out
|
## Try it out
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue