How do I make a build system for Sublime Text 2 to build msbuild?

后端 未结 4 1152
遇见更好的自我
遇见更好的自我 2020-12-23 00:16

I would like to use Sublime Text 2 to build my Visual Studio 2010 solutions.

So far I have this:

Menu item Tools > Build System > New Build System...

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 00:27

    There is now a full MSBuild package for Sublime Text 2 that includes syntax highlighting and completion in addition to build system integration. You can install it using Package Control or directly from https://github.com/tillig/SublimeMSBuild.

提交回复
热议问题