[ 源代码: ccls ]
软件包:ccls(0.20210330-1)
C/C++/ObjC language server
This originates from cquery, and is a server implementing Language Server Protocol for C/C++/Objective-C. It supports:
* 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
其他与 ccls 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.30)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libclang-cpp11 (>= 1:11.0.1)
- C++ interface to the Clang library
-
- dep: libgcc-s1 (>= 4.2)
- GCC 支持库
-
- dep: libllvm11 (>= 1:9~svn298832-1~)
- Modular compiler and toolchain technologies, runtime library
-
- dep: libstdc++6 (>= 6)
- GNU 标准 C++ 库,第3版
-
- rec: libclang-common-11-dev
- Clang library - Common development package
-
- sug: elpa-lsp-mode
- Emacs client/library for the Language Server Protocol