Skip to content
/ ccls Public
forked from MaskRay/ccls

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

License

Notifications You must be signed in to change notification settings

brenns10/ccls

This branch is 8 commits ahead of, 50 commits behind MaskRay/ccls:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2657894 · Oct 13, 2020
Mar 2, 2019
Nov 10, 2019
Oct 13, 2020
Oct 24, 2019
Jan 22, 2019
Oct 24, 2019
Mar 22, 2020
Oct 24, 2019
Jul 25, 2020
Nov 10, 2019
Mar 3, 2019

Repository files navigation

ccls

Telegram Gitter

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.3%
  • CMake 1.1%
  • Other 0.6%