[ 原始碼: ccls ]
套件:ccls(0.20241108-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.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libclang-cpp19 (>= 1:19.1.3)
- C interface to the Clang library
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libllvm19 (>= 1:19.1.0)
- Modular compiler and toolchain technologies, runtime library
-
- dep: libstdc 6 (>= 14)
- GNU Standard C Library v3
-
- rec: libclang-common-19-dev
- Clang library - Common development package
-
- enh: elpa-lsp-mode
- Emacs client/library for the Language Server Protocol
-
- enh: vim-ale
- Asynchronous Lint Engine for Vim 8 and NeoVim