-
I am setting up a Bazel build system and integrating clangd into my development workflow. My project structure is as follows:
```
| main.cc
| BUILD
|-base_types
| BUILD
| type-string.…
-
I've seen a some conversations that imply that semantic tokens obsolete DiagnosticTag:
- https://github.com/neovim/neovim/pull/22747#issuecomment-1478074555: "the diagnostics themselves are just a …
jfly updated
2 months ago
-
Some "top-level" orchestrator builds only kick off sub-builds and then do nothing but wait for the results. [`Mac mac_unopt`](https://github.com/flutter/engine/blob/38e37ce9879b2efe4890a8d09f4207dc56…
-
Plugin downloads clangd 15.0.1 (not 15.0.0), and cant automatically find path to it (tested in windows)
fix version or handle path finding for arbitrary downloaded clangd folder
-
As shown in figure below, clangd poped construction method of std::map when I write a comment.
![image](https://github.com/user-attachments/assets/233a3b54-d640-42b9-9b5f-62931b989a6d)
Here are t…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Autocompletion related to c++ will be shown in c file during autocompletition.
![image](h…
-
**Describe the bug**
Code completion does not work, I see " Error while computing completion"
**To Reproduce**
Steps to reproduce the behavior:
1. open an Esp 32 IDF project,
2. open a .c file
…
-
I just ran into a weird problem where clangd does not recognize std::size() (squiggle under it). I included iterator and the code compiles and runs just fine, so I have no idea why clangd does this. T…
-
**Status:** There's an Apple project to (basically) add Swift support to clangd [here](https://github.com/apple/sourcekit-lsp). It doesn't look mature enough yet (2/2021), but perhaps it will be by th…
-
I have this in Folder settings.json
```
"clangd.path": "/usr/bin/clangd-17"
```
I complete restart the vscode instance, I also call clangd: restart language server
It only works if I put this in …