lapce-community / lapce-cpp-clangd

C/C++ LSP plugin based on clangd for Lapce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C/C++ (clangd) for Lapce

Configuration

In settings.toml:

[lapce-cpp-clangd.volt]
clangdVersion = "15.0.0" # git tag from https://github.com/clangd/clangd
serverPath = "<custom clangd>"
serverArgs = [
    #custom args
]

Platforms

Plugin will automatically download clangd for below architectures

Platform x86_64 (amd64) aarch64 (arm64)
Linux ✔️
Windows ✔️
macOS ✔️

About

C/C++ LSP plugin based on clangd for Lapce

License:Apache License 2.0


Languages

Language:Rust 100.0%