This package browser is in early development. Mind the rough edges.

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.

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.