clangd

Tips and information on how to install and use language servers with the editor.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

clangd

Post by Rickard Johansson »

clangd
clangd is a c/c++ language server that provides IDE-like features to editors.

Installation
Download binaries from https://releases.llvm.org/download.html
Run and install.

Add to site or project settings

Server name
clangd

Command
clangd.exe

Command line arguments
-input-style=standard -completion-style=bundled

Initial folder
C:\Program Files\LLVM\bin

File extension and language id
.h;.cpp=cpp

Communication channel
* Command line (stdio)

Source folders
<Path to your C++ project or files>

Initialize options
{}
Post Reply