All Projects → MaskRay → Emacs Ccls

MaskRay / Emacs Ccls

Emacs client for ccls, a C/C++ language server

MELPA

emacs-ccls

emacs-ccls is a client for ccls, a C/C++/Objective-C language server supporting multi-million line C++ code-bases, powered by libclang.

It leverages lsp-mode, but also provides some ccls extensions to LSP:

  • semantic highlighting
  • skipped ranges (e.g. a #if false region)
  • cross references: $ccls/inheritance $ccls/call $ccls/vars

Quickstart

(require 'ccls)
(setq ccls-executable "/path/to/ccls/Release/ccls")

Refer to https://github.com/MaskRay/ccls/wiki/lsp-mode for details.

$ccls/call (caller/callee, with hierarchical view)

ccls-navigate

https://github.com/MaskRay/ccls/wiki/lsp-mode#ccls-navigate

ccls-navigate

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].