

ReSharper 9.0 can look through the code in your solution and generate the appropriate imports for all the types including extension methods. Fix in Scope improvements to remove redundant qualifiers, fix naming or remove regions in the scope of the whole solution.Blog post about Regular Expressions support in ReSharper 9.0. Regular Expressions support with code completion for wildcards and regular expression groups, error highlighting, quick-fixes and a separate Regular Expression Validation Utility.New navigation features including Go to Action to search for a particular action using the legendary Alt+Enter shortcut and Navigate to Exposing APIs option for finding all the methods that are capable of returning a particular type.Please check this post for more details on C# 6.0 support.

You can get rid of curly braces with expression-bodied members, implement better DSLs using static support, play with exception filters and dictionary initializers. New code suggestions help migrate your existing code to more concise C# 6.0 language constructs such as the conditional access operator ( ?.) and the long-awaited get-only auto-properties. Although the final C# 6.0 language design is not yet clear enough, ReSharper 9.0 already provides support for most of what is defined.

Support for VS 20 has been discontinued, as described before.
