I've been doing some beginner-level C# lately and I love the new Visual Studio and all, but is it possible to make my program output (when using Console
, for example) appear on the little text area where errors are reported rather than a separate command line interface? In Eclipse and NetBeans, this is possible with Java.
I'm not particularly a fan of the CLI appearing every time I want to test a new line. I wonder if there is an option to have the output appear on the bottom of the same window like in NetBeans.