-
Hi, I'm using clangd 9.0.0 as a backend for the code completion and linting in my development with vim and YouCompleteMe. I'd like to ask if this behaviour is normal, clangd returns every useful piece…
-
Clangd can auto import the header when autocompleting a file. Sometimes it suggests a C++ header inside a C file (with .c suffix).
![image](https://github.com/user-attachments/assets/e7cebcdd-b637-45…
-
Dear LLVM clangd team,
We love what you are doing for computer science. We have switched our codebase from MSVC for superior code generation and all the pioneering features of modern C++.
We ha…
-
Environment: MacOSX 13, VSCode with the clangd 15.0.6 plugin, CMake project generated compile_commands.json file.
clangd complains on every `TEST`, `TEST_F`, etc. GoogleTest macro, even though runn…
-
While refactoring or reviewing code I often find problematic code, which occurs in similar forms in the complete codebase. Searching for those via a regex ist cumbersome and does not work for all case…
Febbe updated
9 months ago
-
My idea was make clangd to autocomplete as function pointer instead function where it doesnt make sense to call function and do note that this feature request about standard C (not any dialects just s…
-
Currently, clangd builds the AST for a file and its headers when it first opened. This takes a noticeable amount of time in large codebases. It would be great to have an option to have clangd do this …
-
**Update: For C++, C, Objective-C and Objective-C++, please give https://github.com/hedronvision/bazel-compile-commands-extractor a try! We moved to Bazel and built a pretty solid solution for our (an…
-
**Oni Version: 0.3.10**
**Neovim Version (Linux only): 0.3.1**
**Operating System: ubuntu 16.04**
**Issue: ccls won't launch when using oni to edit a cpp file**
**Expected behavior: ps aux…
-
Please describe the problem.
When auto include completion kicks in, it can't seem to account for relative paths when determining if something is already included.
If you can, provide a minimal chu…