-
Clangd's CodeCompletion for `#include`s currently does a fuzzy match but not across `/`. For example,
```cpp
#include "cl // at the end here within llvm codebase, clangd will suggest "clang/"
#…
-
When I set a path to the clangd executable it doesn't work anymore (the settings were working before). It doesn't matter if I use a relative or absolute path. It only works if the clangd executable ca…
-
If i open Sublime Text and enable a server, all works fine
If i move to tab and create a new window, then no completion is available for that window
Starting a new server just for that moved tab…
-
clangd version
```shell
[li@ArchLinux-li cpp]$ clangd --version
clangd version 18.1.8
Features: linux
Platform: x86_64-pc-linux-gnu
[li@ArchLinux-li cpp]$ clang-tidy --version
LLVM (http://ll…
-
takes seconds to delete a line or undo it same for loading buffers.
just disabling `semanticHighlight` make everything snappy.
any idea what's the issue?
this is my config for reference:
```
va…
-
**1. System Information:**
- **OS:** Windows
- **Compiler:** cl2000 (version 22.6.1.LTS)
- **Build System:** CMake
- **IDEs used:** VS Code, Eclipse CDT
- **MCU Family:** C2000
- **MCU Series…
-
Clangd often reports the same reference to an object multiple times to the text editor.
If the editor doesn't do filtering itself, multiple references will be shown to the user.
I noticed that thi…
-
Currently we require v16.0.2 as v17 introduced a change that broke support for parsing response files in compile_commands.json. These .rsp files are generated by CMake on windows, and thus clangd 17 d…
-
When used with `compile_commands.json` clangd seem to ignore flag modifications from `.clangd` when (and only when) compiling module information, leading to module search issues
Given `compile_comm…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I need ability to run multiple instances of different language servers for same language. I'm developing changes in clang and …