生成compile_commands.json,参考github.com/jacobdufault。 希望有朝一日Debug Protocol也能获得重视,github.com/Microsoft/vs,让realgud轻松一点。 和YouCompleteMe等项目一样,cquery默认下载prebuilt clang+llvm,即.h .so .a。用户不需要编译完整的llvm,开发门槛比clangd低。
In VS code: use clangd for auto-completion and cquery/ccls (preferably ccls, once I add progress indicator) for everything else. In Spacemacs: use ycmd for auto-completion and cquery/ccls for everything else. I'm new to both editors (being a hardcore VIM user with very customized configur...