emacs-lsp / emacs-ccls

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Emacs Lisp 99.4%Language:Makefile 0.6%