From c73a29a8a981632d951d5063b90b7afbb3d2c187 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 06:15:23 -0700 Subject: [PATCH] copy --- docs/ctags.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 41a2c4fdd..e0e69deae 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -95,6 +95,9 @@ aider/ status ... io.py: + class + FileContentCompleter + InputOutput FileContentCompleter member __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. The `ctags` solution has this benefit, since it comes pre-built with tooling for most popular languages. - 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