Open the terminal in visual studio?

前端 未结 12 2158
-上瘾入骨i
-上瘾入骨i 2020-12-08 01:46

How to open terminal for executing shell commands in Visual Studio(Community Version)?

12条回答
  •  不思量自难忘°
    2020-12-08 02:15

    Right click on your solution and above properties is the option open Command Line which gives access to default cmd, powershell and developer command prompt alternatively you can use the shortcuts Alt+Space for Default (cmd), Shift+Alt+, for Dev (cmd), Shift+Alt+. for powershell

提交回复
热议问题