mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
copy
This commit is contained in:
parent
b00b3f1a8d
commit
c73a29a8a9
1 changed files with 3 additions and 1 deletions
|
@ -95,6 +95,9 @@ aider/
|
||||||
status
|
status
|
||||||
...
|
...
|
||||||
io.py:
|
io.py:
|
||||||
|
class
|
||||||
|
FileContentCompleter
|
||||||
|
InputOutput
|
||||||
FileContentCompleter
|
FileContentCompleter
|
||||||
member
|
member
|
||||||
__init__ (self, fnames, commands)
|
__init__ (self, fnames, commands)
|
||||||
|
@ -193,7 +196,6 @@ 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 `ctags` 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 might be an even
|
I suspect that Language Server Protocol might be an even
|
||||||
better tool than `ctags` for this problem.
|
better tool than `ctags` for this problem.
|
||||||
But it is more cumbersome to deploy for a broad
|
But it is more cumbersome to deploy for a broad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue