30dayMakeCppServer icon indicating copy to clipboard operation
30dayMakeCppServer copied to clipboard

在day 13中,是如何工程化的?

Open moolemat opened this issue 1 year ago • 1 comments

由于没有学习过这些插件,从day12 到day13 这之间已经不知道发生了什么。 cmake,clang这两者是需要去学习嘛?cmakelists.txt 是手写出来的嘛? 以及format,cpplint,clang-tidy 这些插件是怎么添加和运作的?

moolemat avatar Apr 22 '23 07:04 moolemat

vscode 可以安装 clangd 插件,搜索一下 clangd 插件的配置,总的来说都是一些代码风格上的修改。

zwyyy456 avatar Nov 19 '23 12:11 zwyyy456