Visual Studio 2015 CTP 6 中的 C# 交互式 window
C# interactive window in Visual Studio 2015 CTP 6
如何获得 C# 交互式 window?我安装了 Visual Studio 2015 CTP 6。
我安装了 Roslyn, according to these instructions。
根据博客 post Using the C# Interactive Window that comes with Roslyn,现在我应该在
看到 C# interactive
View -> Other Windows -> C# Interactive Window
但它不存在。
我是不是漏掉了什么?
Update (Nov 2016): It appears that the C# Interactive tool window has been reintroduced. I am using VS 2015 Update 3, which has it; but it has possibly been reintroduced with VS 2015 Update 1 already.
您错过了一个事实,即您 link 阅读的博客文章是在 2011 年发布的,当时 VS 2015 甚至还没有出现。这些文章适用于 VS 2010 和(我假设)Roslyn 的早期版本。
顺便说一下,CTP 是产品的预览版。只要 Microsoft 产品处于 CTP 阶段,就可能会发生快速甚至短期的功能更改。因此,即使这些文章确实适用于 VS 2015,它们也必须与您正在使用的产品的 完全 相同版本;否则您无法保证它们包含最新信息。
另请参阅:
C# REPL feature request for VS 2015 on Microsoft's Visual Studio User Voice site
C# Interactive window 似乎适用于 VS 2010 和 VS 2012,但在某些更高版本的 VS 中不再受支持。
根据 Microsoft Build Conference 2015 的讨论,C# interactive 不会随 VS 2015 RTM 一起提供 - 但代码在 GitHub 上可用,您可以自行提取、构建和安装它。
现在你可以在 VS 2015 中进行 C# 交互!!等了三年之后!
http://blogs.msdn.com/b/visualstudio/archive/2015/10/08/visual-studio-2015-update-1-ctp.aspx
祝您互动编码愉快!
Visual Studio 2015 Update 1 was released,因此 Visual Studio 交互式 window 回归 C#。
更新:
是的,现在可以了。
在 Visual Studio 2015 中,只需转至 View、Other Windows、Interactive C# 玩得开心。
另外,您可以查看博客post Interactive C#.
它在 Visual Studio 2015 更新 2 中可用。
如何获得 C# 交互式 window?我安装了 Visual Studio 2015 CTP 6。
我安装了 Roslyn, according to these instructions。
根据博客 post Using the C# Interactive Window that comes with Roslyn,现在我应该在
看到 C# interactiveView -> Other Windows -> C# Interactive Window
但它不存在。
我是不是漏掉了什么?
Update (Nov 2016): It appears that the C# Interactive tool window has been reintroduced. I am using VS 2015 Update 3, which has it; but it has possibly been reintroduced with VS 2015 Update 1 already.
您错过了一个事实,即您 link 阅读的博客文章是在 2011 年发布的,当时 VS 2015 甚至还没有出现。这些文章适用于 VS 2010 和(我假设)Roslyn 的早期版本。
顺便说一下,CTP 是产品的预览版。只要 Microsoft 产品处于 CTP 阶段,就可能会发生快速甚至短期的功能更改。因此,即使这些文章确实适用于 VS 2015,它们也必须与您正在使用的产品的 完全 相同版本;否则您无法保证它们包含最新信息。
另请参阅:
C# REPL feature request for VS 2015 on Microsoft's Visual Studio User Voice site
C# Interactive window 似乎适用于 VS 2010 和 VS 2012,但在某些更高版本的 VS 中不再受支持。
根据 Microsoft Build Conference 2015 的讨论,C# interactive 不会随 VS 2015 RTM 一起提供 - 但代码在 GitHub 上可用,您可以自行提取、构建和安装它。
现在你可以在 VS 2015 中进行 C# 交互!!等了三年之后! http://blogs.msdn.com/b/visualstudio/archive/2015/10/08/visual-studio-2015-update-1-ctp.aspx 祝您互动编码愉快!
Visual Studio 2015 Update 1 was released,因此 Visual Studio 交互式 window 回归 C#。
更新:
是的,现在可以了。
在 Visual Studio 2015 中,只需转至 View、Other Windows、Interactive C# 玩得开心。
另外,您可以查看博客post Interactive C#.
它在 Visual Studio 2015 更新 2 中可用。