How to compile c# in Microsoft's new Visual Studio Code?

前端 未结 4 1957
无人共我
无人共我 2020-12-02 10:35

I have installed the preview version of Microsoft\'s new code editor \"Visual Studio Code\". It seems quite a nice tool!

The introduction mentions you can p

4条回答
  •  执笔经年
    2020-12-02 10:58

    Since no one else said it, the short-cut to compile (build) a C# app in Visual Studio Code (VSCode) is SHIFT+CTRL+B.

    If you want to see the build errors (because they don't pop-up by default), the shortcut is SHIFT+CTRL+M.

    (I know this question was asking for more than just the build shortcut. But I wanted to answer the question in the title, which wasn't directly answered by other answers/comments.)

提交回复
热议问题