[ ソース: ccls ]
パッケージ: ccls (0.20220729-2)
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.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libclang-cpp14 (>= 1:14.0.6)
- C++ interface to the Clang library
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libllvm14
- Modular compiler and toolchain technologies, runtime library
-
- dep: libstdc++6 (>= 12)
- GNU 標準 C++ ライブラリ v3
-
- rec: libclang-common-14-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