C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
ccls, which originates from cquery, is a C/C++/Objective-C language server.
- code completion (with both signature help and snippets)
- definition/references, and other cross references
- cross reference extensions: $ccls/call $ccls/inheritance $ccls/member $ccls/vars ...
- formatting
- hierarchies: call (caller/callee) hierarchy, inheritance (base/derived) hierarchy, member hierarchy
- symbol rename
- document symbols and approximate search of workspace symbol
- hover information
- diagnostics and code actions (clang FixIts)
- semantic highlighting and preprocessor skipped regions
- semantic navigation: $ccls/navigate
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/ccls && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000166 166 Bytes | |
ccls-0.20241108.tar.gz | 0000161114 157 KB | |
ccls.changes | 0000009477 9.25 KB | |
ccls.spec | 0000002716 2.65 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1224331
from
Aaron Puchert (aaronpuchert)
(revision 21)
- Update to version 0.20241108. * Sort index requests. When you open A/B/foo.cc, files under "A/B/" and "A/" will be prioritized during the initial indexing process, leading to a quicker response time. * Support for LLVM versions <= 9 has been dropped. * LSP semantic tokens are now supported. See usage guide https://maskray.me/blog/2024-10-20-ccls-and-lsp-semantic-tokens usage (including rainbow semantic highlighting). * LSP extension textDocument/switchSourceHeader is now supported. - Drop unnecessary runtime dependency to llvm/clang metapackages.
Comments 0