ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting

APACHE-2.0 License

Downloads
678
Stars
3.7K
Committers
64

ccls

ccls, which originates from cquery, is a C/C++/Objective-C language server.

It has a global view of the code base and support a lot of cross reference features, see wiki/FAQ. It starts indexing the whole project (including subprojects if exist) parallelly when you open the first file, while the main thread can serve requests before the indexing is complete. Saving files will incrementally update the index.

>>> Getting started (CLICK HERE) <<<

ccls can index itself (~180MiB RSS when idle, noted on 2018-09-01), FreeBSD, glibc, Linux, LLVM (~1800MiB RSS), musl (~60MiB RSS), ... with decent memory footprint. See wiki/Project-Setup for examples.

Package Rankings
Top 6.41% on Alpine-edge
Top 8.3% on Alpine-v3.15
Top 8.77% on Alpine-v3.16
Top 2.54% on Alpine-v3.18
Top 9.08% on Alpine-v3.17
Top 16.88% on Spack.io
Top 12.9% on Formulae.brew.sh
Badges
Extracted from project README
Telegram Gitter