Visual Studio 2013 C# Interactive Window

c#, interactive, visual-studio-2012, visual-studio-2013, window

Solution

C# interactive finally arrived to VS 2015... You may need to install vs2015.1 to get it..

http://blogs.msdn.com/b/visualstudio/archive/2015/10/08/visual-studio-2015-update-1-ctp.aspx

Good luck... and happy interactive coding!

Problem

Is there C# interactive window for VS 2013, or any other similar way, without installing VS 2012. I tried C# Repel, C# Snippet Compiler and Mono Command Prompt, but, all of them don't provide the features of C# interactive window packed with Roslyn for VS 2012.

Original source