Wednesday, May 30, 2012

Improved Tool For Javascript in Visual Studio 2011


The first thing you’ll notice when doing JavaScript development in Visual Studio 11 is IntelliSense. After using it, you might forget that you’re working in a dynamic language! The JavaScript editor has been completely rewritten on top of the same Chakra runtime that ships in IE10, which means that IntelliSense is more responsive, accurate and scalable than ever before.
The engine was designed to accommodate the development of both web and Metro style apps, so that regardless which platform you’re targeting, you’ll get the same rich IntelliSense experience. You can see examples of this in the table below. 
  Host API
  Sample Screenshot
  WinRT
  WinJS
  JavaScript  (ES5)
  DOM
  HTML5


Read more

No comments:

Post a Comment