Automatically Build after save, for Visual Studio 2015?

前端 未结 3 1555
无人及你
无人及你 2020-12-19 12:45

When using Visual Studio, I\'d like it to build my projects continuously. That is, after every save, kick off a build. I tend to work on large (35+ project) solutions, so ha

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 13:08

    There is a sample extension for Visual Commander that runs Cppcheck on the saved file. You can replace Cppcheck with DTE.ExecuteCommand("Build.BuildSolution");

提交回复
热议问题