We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82efcfc commit 4825fb7Copy full SHA for 4825fb7
1 file changed
README.md
@@ -6,6 +6,7 @@
6
**Copilot-style, context-aware C++ code completion** using:
7
8
- **eglot + clangd** for authoritative semantic information
9
+- **tree-sitter** for correct current function retrieval
10
- **ag (the_silver_searcher)** for repository-wide pattern retrieval
11
- **gptel** for LLM-powered code continuation
12
- **inline ghost text overlays** for a VS Code–like UX
0 commit comments