C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, semantic highlighting and more
C++ font-lock for Emacs
ccls is a language server providing code completion, navigation, and semantic analysis for C and C++ projects. It focuses on the indexing and navigation of C-family codebases, enabling users to trace function calls and class hierarchies within a text editor. The project is designed for large scale project indexing, employing parallel source scanning to process massive source trees. It maintains a global symbol index that supports incremental updates as files are saved to disk, ensuring cross-references and symbol lookups remain current. The server covers a range of static code analysis workf
SQL Language Server
Die Hauptfunktionen von joe-re/sql-language-server sind: Language Servers.
Open-Source-Alternativen zu joe-re/sql-language-server sind unter anderem: cquery-project/cquery — C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others… lighttiger2505/sqls — SQL language server written in Go. ludwigpacifici/modern-cpp-font-lock — C++ font-lock for Emacs. maskray/ccls — ccls is a language server providing code completion, navigation, and semantic analysis for C and C++ projects. It… sarcasm/irony-mode — A C/C++ minor mode for Emacs powered by libclang.