compile a single class/file in visual studio

前端 未结 1 1767
伪装坚强ぢ
伪装坚强ぢ 2021-02-11 13:51

I just want to know if we can compile a single file/class in visual studio.I often change just a single file but end up compiling the entire project.THis might be a trivial case

相关标签:
1条回答
  • 2021-02-11 14:37

    Ctrl+F7 will compile only the active source file.

    Look for the Compile item at the bottom of the Build menu.

    Of course, you'll still have to do a build before you can test, but if you just want a quick sanity check after modifying a source file, this can be handy.

    0 讨论(0)
提交回复
热议问题