-
Has anyone been able to setup `ccls`+`eglot` on ubuntu 22.04?
I don't know about others, setting up `ccls`+`eglot` on ubuntu 22.04 is so painful.
(For 20.04, it was breeze.)
Building is fine but th…
-
The latest [[clangd-17](https://github.com/llvm/llvm-project)](https://github.com/llvm/llvm-project)) already supports syntax highlighting in inactive region, but not in contiguous inactive region, as…
-
In the example project I have a wrapper header file which includes another header file which should be exported. In the other header file there is a define which I use in my main.c file. clangd compla…
-
I'm using clangd and for both C/C++ the variables are not being displayed in the symbols window.
Everything LSP related works correctly (diagnostics errors and warnings).
![Screenshot from 2023-04-…
-
![WindowsTerminal_EkvgUjPfun](https://github.com/huggingface/llm.nvim/assets/124379229/64e3f654-9bf7-4614-b7a6-39021b43c821)
As you see i'm getting this weird warning and no completion when trying …
-
Why can't the clangd plugin in my VSCode find the free function?
And below is my `.clangd` file
```shell
CompileFlags:
Add: [
"-I/usr/include/c++/9",
"-I/opt/x-ray/third-party/…
-
# Issue Prelude
**Please complete these steps and check these boxes (by putting an `x` inside
the brackets) _before_ filing your issue:**
- [x] I have read and understood YCM's [CONTRIBUTING][c…
-
Hello! I'm interested in your project (for detailed guide of building LLVM on WASM). I noticed that the GitHub Page is using `clang-wasm` branch which includes a `clang.wasm`, but the README only show…
-
When using `textDocument/definition` to identify the definition of an Objective-C method, the range returned by `clangd` is for the `-` symbol at the beginning of the method prototype. If interpreted …
-
## Information
**VIM version**
VIM - Vi IMproved 9.0
Operating System:
Arch Linux
## What went wrong
cppcheck does not work although the other linters and fixers for C++ pro…