Closed r2com closed 1 year ago
The plugin only integrates clangd, so you might get better help on the clangd github.
Maybe you have an older version of clangd installed? In this case that version would be preferred.
well, nah, clangd people say that modules are not supported yet. so bummer. time to get on Clion ;)
I got a project in Sublime with CMake which produces compile_commands.json basically main.cpp is main file, and foo.cpp is a module exported and imported and used in main.cpp
all compiles OK with GCC and LSP works but shows: clang(module_not_found) on "import foo;" in main.cpp
here is the compile_commands.json
and here is Cmake:
why LSP-Clangd cannot figure it out?