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 update
sudo apt-get install clang-5.0
- Raspbian
-
apt-get install clang
- Dockerfile
- dockerfile.run/clangd
- Docker
-
docker run cmd.cat/clangd clangd
powered 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