如何在 Visual Studio 2017 / 2019 中获取终端 window?

How to get terminal window inside Visual Studio 2017 / 2019?

我刚刚读了这篇文章 - https://devblogs.microsoft.com/dotnet/visual-studio-2019-net-productivity-2/ 并注意到其中一张 GIF 图片,她在 VS 编辑器本身中显示了一个终端 window。它看起来像一个完全成熟的 powershell window。我们怎样才能得到它?这是截图。

How can we get that?

视频中的终端 Window 似乎来自 VS 扩展 Whack Whack Terminal。 您可以下载并安装到您的vs2017中。

(注:vs2017,应该是15.6+以上的版本)

更多详情(使用和设置)请查看Adding a terminal window to Visual Studio 2017 or A proper terminal for Visual Studio

更新:

1.After安装扩展,ctrl+\两次,然后终端window会出现在vswindow的底部。我们可以通过拖动 window 来改变布局,如下所示:

2.Hope这就是你想要的。我们也可以去工具=>选项=>键盘来改变这个window:

的快捷键设置

更新:

VS 2019 16.3+ 添加了终端 window 作为预览功能。感谢 FarhadPlatinums 提供的信息!相关信息见here.

这是最新预览版(预览版 3)中的原生功能

https://devblogs.microsoft.com/visualstudio/say-hello-to-the-new-visual-studio-terminal/

现在在 VS 2019 版本 16.6 中可用:https://devblogs.microsoft.com/visualstudio/the-powershell-you-know-and-love-now-with-a-side-of-visual-studio/

不过,我还是更喜欢Whack Whack,因为你似乎不能改变字体大小。