-
Currently the extension extends `textDocument.completion` capability object to add the `editsNearCursor` capability:
https://github.com/clangd/vscode-clangd/blob/0c2d40d7d6b8092309bd2c880a32e59c714…
-
Clangd does not highlight the expression in the `assume` attribute.
![](https://github.com/user-attachments/assets/cdd951ea-f4b9-4360-b4a6-fdf65a56f42f)
**System information**
- **Output of `…
-
I thought this is a VSCode issue but I can only reproduce that issue when clicking C header files and have the clangd extension enabled (well, without that extension I cannot click C header files to b…
-
Hi,
I have this code (sorry it has Qt, I'm not able to reproduce it without it):
```cpp
#include
#include
namespace {
void bar()
{
std::cerr
-
### Check for existing issues
- [x] Completed
### Describe the bug / provide steps to reproduce it
as the title said zed kept suggesting mVertBin over and over again for some reason
![im…
-
When trying to write code in a `.cu` file the Intellisense only partially works, for example if I try compile this code as a `.cpp` file then every header is correctly recognized and quick fixes work
…
-
### I've searched open issues for similar requests
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
I'm using an init.lua based on …
-
When using clangd, the auto-include suggestions are broken in a project like the following (which you can clone from https://git.jade.fyi/jade/clangd-bug-repro):
build.sh:
```
clang++ -std=c++20 …
-
I suddenly started having clangd constanstly crashing on me even on a clean directory without any special setups. I do not recall doing anything special or changing anything.
```c
int main(int arg…
-
I have clangd extension installed on my vsCode and disabled native IntelliSense.
Function pointers are supposed to be highlighted in yellow, which happens momentarily. As soon as clangd generates t…