This commit is contained in:
Paul Gauthier 2023-05-23 06:00:03 -07:00
parent 2379c60cdf
commit 2a9b49454e

View file

@ -193,7 +193,7 @@ 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 `ctypes` 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 another I suspect that Language Server Protocol servers might be another
relevant tool to solve these "code context" problems. relevant tool to solve these "code context" problems.
## Try it out ## Try it out