clangd
Language server that provides IDE-like features to editors. It should be used via an editor plugin rather than invoked directly. More information: <https://clangd.llvm.org/>.
Install
- All systems
-
curl cmd.cat/clangd.sh
- Debian
-
apt-get install clang-tools - Ubuntu
-
apt-get install clang-5.0 -
Alpine
-
apk add clang - Arch Linux
-
pacman -S clang - Kali Linux
-
apt-get install clang-tools - CentOS
-
yum install clang - Fedora
-
dnf install clang-tools-extra - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install clang-5.0 - Raspbian
-
apt-get install clang - Docker
-
docker run cmd.cat/clangd clangdpowered by Commando
Language server that provides IDE-like features to editors. It should be used via an editor plugin rather than invoked directly. More information: <https://clangd.llvm.org/>.
-
Display available options:
clangd --help -
List of available options:
clangd --help-list -
Display version:
clangd --version
© tl;dr; authors and contributors