ccls
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.
- Versions: 0.20241108
- 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 the latest version of ccls
as follows:
guix install ccls
Or install a particular version:
guix install ccls@0.20241108
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.
Badge code
You can use the following badge to inform users of ccls about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ccls'><img src='https://packages.guix.gnu.org/packages/ccls/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ccls)
Example Org:
[[https://packages.guix.gnu.org/packages/ccls][https://packages.guix.gnu.org/packages/ccls/badges/latest-version.svg]]