-
I might just be dumb, but I spent an hour trying to figure out why my `compile_commands.json` wasn't being used before realizing it required the file paths to be absolute. This should probably be in t…
-
Another unfortunate case. Zach Henderson Libraries only use a Java Runtime Environment and do not come pre-installed with Java JDKs. A JDK is required for compilation of a maven java project.
1. Do…
-
seems clangd uses first entry it encounters, what about popup a window and let user to choose which compile command to interpret for the current open file.
-
Not sure if to tag as bug or enhancement -
Open files do not refresh in vscode when compile_commands.json changes, unless the each file is manually closed and re-opened or remembering to run resta…
-
I have a project with lots of source files that can be built in many variants decided by defines passed to the compiler. All this is handled by CMake which produce a compile_commands.json with compile…
-
# Observed behavior
when we use build system link ninja and the ninja generator compile database with relative path, and ccls just can`t use this json as input
```json
{
"directory": "/data00/…
-
I think clangd could do two things better when it comes to files with no entry in compile_commands
- deduce language instead of assuming from file extension, for example C++ headers ending in .h
- wa…
-
### Description of the feature request:
CMake can do this easily, but bazel need another project called [hedronvision/bazel-compile-commands-extractor](https://github.com/hedronvision/bazel-compile-c…
-
The [JSON Compilation Database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) is a file format that stores information about files compiled in a build.
This database can be then consume…
-
Please forgive me if I've overlooked some setting or otherwise misunderstood my current experience. :)
### Observed behavior
It seems ccls looks for one `compile_commands.json` in the root (or …