Hello everyone) Does anyone works with UE without VisualStuduio IDE. I have a problem with compile_commands.json. I think they are not working. Because clangd marks undefined references. I’m using .vscode/compile_commandsXXX.json in my coc-clangd with nvim. Does any one working with same setup?
Ok guys. After multiple tries I’m finally have found the solution. My problem was that I didn’t rewrite compile_commands.json right. This setup works well. Just change /Unreal/Path/To/clang++ to clang++. And that’s it. The clang-flags.txt must be used, because of this, all setup don’t works for me.
1 Like