ccls 0.20220729
C/C++/Objective-C language server
ccls
is a server implementing the Language Server Protocol (LSP) for C, C++ and Objective-C languages. It uses clang
to perform static code analysis and supports cross references, hierarchies, completion and syntax highlighting. ccls
is derived from cquery
which is not maintained anymore.
- Website: https://github.com/MaskRay/ccls
- Licenses: ASL 2.0
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ccls 0.20220729
as follows:
guix install ccls@0.20220729
Or install the latest version:
guix install ccls
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.