• Stars
    star
    196
  • Rank 192,285 (Top 4 %)
  • Language
    Emacs Lisp
  • Created about 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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