python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
why does lsp clangd linting throws an error "bits/c++config.h file not found?
lsp linting clangd throws a linting error
when doing an include
e.g
#include <iostream> error bits/c++config.h file not found
I already installed mingw(via choco install) and added it to my pat...
reiend
Votes: 0
Answers: 2
How to use clangd to find headers of gcc on MacOS
My system is macOS 12.3 21E230 arm64 and I have installed gcc and llvm from homebrew.
I use Neovim as editor and use nvim-lsp via clangd to complete my code, and it works well with clang.
Now I want t...
Frank OU
Votes: 0
Answers: 1
.clangd: use different compiler flags depending on file extension
I am using the .clangd configuration file to pass compilation flags to clangd.
I run clangd on a codebase with C and C++ files.
How can I have some flags apply to C++ files but not C files ?
Gabriel Devillers
Votes: 0
Answers: 1
Clangd: treat files with non-standard extensions as headers
I am working with an old C code base where there are header files with non-standard extensions such as .s, .e, etc instead of .h
For compatibility reasons I cannot rename these files.
Currently these ...
Gabriel Devillers
Votes: 0
Answers: 1