a blog for those who code

Saturday 13 December 2014

Resharper 9 released with support of Visual Studio 2015

JetBrains released RTM version of ReSharper 9.0, a very popular tool for productivity in Visual Studio IDE. According to JetBrains ReSharper makes Microsoft Visual Studio a much better IDE.

What's New in ReSharper 9

According to Features of ReSharper 9 
PC : http://www.jetbrains.com/resharper/whatsnew/

Support for Visual Studio 2015 Preview : Resharper 9 has support for 2010, 2012, 2013 as well as Visual Studio 2015 Preview. However support of 2005 and 2008 has been discontinued.

Support for C# 6.0 : Although the features of C# 6.0 is not yet publicly finalized but ReSharper 9 already provides support for new language constructs such as static using and exception filters. They have also added a set of new quick-fixes to replace curly brace delimited constructs with expression bodies, or to update null checking code using new .? operator. To know more about Support for C# 6.0 take a look at this post.

Regular expression support : ReSharper 9 provides you with code completion for wild cards and regular expression groups, error highlighting, quick fixes and a separate Regular Expression Validation Utility.

New navigation Features : It includes Go to Action to allow searching for particular action using Alt + Enter shortcut and navigate to exposing APIs option for finding all the methods that are capable of returning a particular type.

Fix in Scope evolution : ReSharper 9 expands the Fix in Scope feature with an ability to remove redundant qualifiers, fix naming or remove regions in the scope of a project or the whole solution.

Bulk imports support : ReSharper is now able to look through the code in your solution and generate the appropriate imports for all types.

Enhanced JavaScript and TypeScript support : There is a new set of quick fixes to cover over 270 different types of errors, new live templates for common TypeScript entities and new code generation options.

Please Like and Share the Blog, if you find it interesting and helpful.

No comments:

Post a Comment