From 23385eb1874f746ec50de07c7ee45bdf3a66e71d Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 22:13:31 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index cdad9e718..2f4e3dfd9 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -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