ReSharper 8 adds Faster code fixes

Released: Jul 23, 2013

Updates in this release

Updates in 8

  • Works with the preview of Visual Studio 2013.
  • Project dependency viewer lets you visualize a project dependency graph for a bird's eye view of dependencies within your solution.
  • Choose to batch-fix detected code issues in the scope of a project or the whole solution. Supported fixes include removing unused directives and redundant casts.
  • More code inspections, quick-fixes and context actions.
  • File templates can now be expanded to generate more than one file, handy for generating pairs of a main logic class and a class for extensions, or sets of partial files.
  • Navigation improvements allow you to search for a file, type or method from the same input box.
  • Free command-line tool with ReSharper inspections and a duplicate code finder can be integrated with your CI server or version control system.
  • New solution-wide refactorings including Move Instance Method to move methods between classes without making them static, inline Parameter and Pull Parameter and new XAML-specific refactorings.
  • Improved XAML support with new functionality including dedicated inspections and quick-fixes for grids as well as atomic renaming of dependency properties.
  • New refactorings for XAML include Extract Style, Extract/Move Resource and Inline Resource.
  • More accessible code completion such as double completion which gives you additional completion items when you press the corresponding shortcut for the second time.
  • Code generation actions are now accessible via code completion.
  • The new NuGet-based Extension Manager makes discovery, installation & uninstallation of ReSharper extensions extremely easy in Visual Studio 2010 or higher.
  • Smarter usage search for CSS attributes, new CSS-specific code inspections, configurable support for CSS3 and earlier versions, compatibility checks against popular browsers.
  • Multiple minor improvements including cosmetic and bug fixes in areas such as decompiling and code formatting.
  • Provides support for the Blue Theme first introduced in Visual Studio 2012 Update 2.