-
Does clangd support DidRenameFiles, WillRenameFiles ??
-
### I've searched open & closed issues for similar requests
- [X] Yes
### Package name
ccls
### Package homepage
https://github.com/MaskRay/ccls/
### Languages
c
### How is this package distri…
-
LSP Editor, used for C/C++ files of ESP-IDF project shows inlay hints, e.g. parameter names in function invocations.
looks and behaves suxy: they appears with a delay, they reside within editor are…
-
Note: we mostly implement features in the clangd language server, and rely on Microsoft's LSP client framework to expose these in VSCode. Features requiring a lot of VSCode-specific work are unlikely …
wss29 updated
3 months ago
-
Make the API function consistent with naming and style. We should also include a .clangd file or similar to keep the styling consistent
Noxet updated
2 months ago
-
@sylvestre requested this be made into it's own issue.
While investigating [109037](https://github.com/llvm/llvm-project/issues/109037), stack traces from the apt.llvm.org release of clangd only sh…
-
The directory that my compile_commands.json is located in varies per-project, and I would like to be able to set `--compile-commands-dir` in a per-project VSCode `settings.json`. The location of comp…
-
Please describe the problem.
For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html
If you can, provide a minimal chunk of code that shows the problem (either …
-
Most LSP extensions expose a setting to configure the verbosity of the LSP output in the extension output panel. This extension doesn't seem to support that. There is `clangd.trace` option but that is…
-
These days, neovim has a built-in LSP client, and many users using clangd with neovim seem to be using that rather than coc-clangd or YouCompleteMe.
Similar to https://github.com/llvm/clangd-www/is…