I have installed the preview version of Microsoft\'s new code editor \"Visual Studio Code\". It seems quite a nice tool!
The introduction mentions you can p
Intellisense does work for C# 6, and it's great.
For running console apps you should set up some additional tools:
&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}npm.yo: npm install -g yo grunt-cli generator-aspnet bowerc:\Users\Username\.dnx\bin\dnvm.cmd upgrade -uThen you can use yo as wizard for Console Application: yo aspnet Choose name and project type. After that go to created folder cd ./MyNewConsoleApp/ and run dnu restore
To execute your program just type >run in Command Palette (Ctrl+Shift+P), or execute dnx . run in shell from the directory of your project.