mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Update ctags.md
This commit is contained in:
parent
845f35918c
commit
23385eb187
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Most real code is not pure and self-contained. And many common code
|
|||
changes require you to understand related code from many different files in a
|
||||
repo. If you want GPT to "switch all the print statements in Foo to
|
||||
use the logging system", it needs to see the code in the Foo class
|
||||
with the prints, and it also needs to understand how the logging
|
||||
with the prints, and it also needs to understand how the project's logging
|
||||
system works.
|
||||
|
||||
A simple solution is to **send the entire codebase** to GPT along with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue