Windows 8.1 Preview and Visual Studio 2013 Preview

 Date: July 1, 2013

At the build conference (June 26-28, 2013) Microsoft announced Windows 8.1 Preview and Visual Studio 2013 Preview. I installed them on my Virtual Machine. Just in case, to protect my system from some unexpected features :)

In case of Windows 8.1 there are no big changes. Only some small, useful improvements. I like 'search all', which enables you to search within apps, settings and files in the same time. However I am still using Search Everything, because it's faster and more effective. It's also cool to have the Start button, which brings you to the metro desktop, but again - no big deal (I was ok with WIN button). You can find list of improvements/changes here and here.

The new Visual Studio is more interesting. The One ASP.NET idea is applied. When you create new project, there are only one template: 'ASP.NET Web Application'. Then in second step, you can choose which types of applications you want to include into it.

Visual Studio 2013 One ASP.NETVisual Studio 2013 One ASP.NET templates</p>

There is MVC 5 (Preview) in it, along with various scaffolding options. You can e.g. scaffold just edit action.

Great feature for web developers: you can open page in multiple web browsers and then refresh them all from Visual Studio (e.g. after change in code).

The editors experience is improved. You can have code map in the scroll bar. HTML editor is rewritten from scratch. Short list of my favorite features:

  • new code snippets (in HTML document try: 'div.myClass*4>lorem' and click TAB)
  • intellisense in web.config
  • ALT + UP/DOWN - move code line up or down
  • ALT + 1/2 - extends text selection to level up or down
  • ALT+SHIFT+W - allows to surround selected text with new tag
  • ALT+V - voice commands (which shows shortcuts), yes we can speak to Visual Studio!
  • JavaScript frameworks intellisense (e.g. AngularJS)

But the greatest news is: WebEssentials2013 are now Open Source on github. Everyone can contribute. The policy is to add experimental features to WebEssentials and then move the hottest to Visual Studio (once they are tested). To see all, new, hot features watch Mads Kristensen's talk at build 2013.

Another cool thing is possibility to 'sign in' in the Visual Studio. Once you sign in using your Microsoft account, you can synchronize settings across your devices. Now, it is enough to customize you Visual Studio only once.

There is much more new features. You can find them here and here.

 Tags:  programming tools

Previous
⏪ The "Last Lecture"

Next
Copy and paste without formatting ⏩