跳至主要內容

基于Ninja的代码Intellisense实践

Chiichen原创小于 1 分钟杂谈杂谈/编程杂谈

插件安装

在 VSCode 中安装 clangd 作为前端,要记得关闭 C/C++的 Intellisense

生成 compile_commands.json

在 Ninja 输出目录,以out为例,执行

ninja -C out -t  compdb cxx cc > compile_commands.json