Recently, Microsoft has released Visual Studio 2015 IDE with new features.
I am going to write a blog related to JavaScript editor support improvement on Visual Studio 2015.
Hope each developer love this feature and useful during developement.
Hope you like this blog so keep reading... !!
I am going to write a blog related to JavaScript editor support improvement on Visual Studio 2015.
- Tooling Support for AngularJS: Now a days technologies moving ahead and improvement going on with new release. So its easy to writing app using AngularJS on 2015, its provides more intelliSense suggestions for Angular Controllers, Services, factories, directives and animations.
- New JavaScript language features: JavaScript has released new version ES6 with improvement of coding and features. So 2015 has supported including classes, arrow functions and template strings from ES6.
- Nav bar shared project support: Navigation bar use in the shared project for windows Universal App projects.
- New navigation bar: Now its easier to navigate between two elements in JavaScript source code using new navigation bar
- JSDoc comments: A of the best feature of 2015 Visual Studio that supported documentation comments written in the JSDoc format are now display when using intelliSense. (Please visit for more information of JSDoc)
- Object literal IntelliSense: Now JavaScript editor provide you with more IntelliSense feature for passing object parameter. IntelliSense suggestions when passing an object literal to functions documented using JSDoc.
- Expand/collapse: Now JavaScript code can be more readable with this feature. This feature support at sections level as well.So now we can expand and collapse JavaScript code sections, including multi-line comments, multi-line arrays, and all multi-line blocks.
- Task List support: Before release of VS 2015 this feature supported only server side editor but not its support to JavaScript editor as well. it means we can write //TODO and Review Comment section on JavaScript code. which will be list on Task List.
Hope each developer love this feature and useful during developement.
Hope you like this blog so keep reading... !!
0 comments:
Post a Comment