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
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/ccls && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000166 166 Bytes | |
ccls-0.20220729.tar.gz | 0000160861 157 KB | |
ccls.changes | 0000008044 7.86 KB | |
ccls.spec | 0000003094 3.02 KB | |
llvm16-optional-deprecation.patch | 0000002976 2.91 KB | |
llvm17-precompiled-preamble-build.patch | 0000000989 989 Bytes |
Revision 18 (latest revision is 21)
Ana Guerrero (anag+factory)
accepted
request 1114535
from
Aaron Puchert (aaronpuchert)
(revision 18)
- Backport upstream patch llvm17-precompiled-preamble-build.patch to fix build with LLVM 17. - Remove explicit runtime dependency libclang-cpp* when we don't need an exact version, because it will be derived automatically.
Comments 0