This page has been archived and is no longer updated.

We do not supply this product anymore.

ReSharper Ultimate

Increase your .NET productivity.

Published by JetBrains
Distributed by ComponentSource since 2007

Version: 2020.1.4 Updated: Jul 9, 2020

i

ReSharper Ultimate is no longer available. All current licenses have been automatically transferred to dotUltimate.

About ReSharper Ultimate

Increase your .NET productivity.

Increase your .NET productivity. ReSharper Ultimate is a license that combines all individual JetBrains .NET tools, as well as ReSharper C++. Each ReSharper Ultimate license allows a single developer to use ReSharper, ReSharper C++, dotCover, dotTrace,  dotMemory and dotPeek.

ReSharper Features

  • Analyze code quality - On-the-fly code quality analysis is available in C#, VB.NET, XAML, ASP.NET, ASP.NET MVC, JavaScript, TypeScript, CSS, HTML, and XML. You'll know right away if your code needs to be improved.
  • Eliminate errors and code smells - Not only does ReSharper warn you when there's a problem in your code but it provides hundreds of quick-fixes to solve problems automatically. In almost every case, you can select the best quick-fix from a variety of options.
  • Safely change the code base - Automated solution-wide code refactorings help you safely change your code base. Whether you need to revitalize legacy code or put your project structure in order, you can rely on ReSharper.
  • Instantly traverse the entire solution - You can instantly navigate and search through the whole solution. Jump to any file, type, or type member, or navigate from a specific symbol to its usages, base and derived symbols, or implementations.
  • Enjoy code editing helpers - Multiple code editing helpers including extended IntelliSense, hundreds of instant code transformations, auto-importing namespaces, rearranging code, and displaying documentation.
  • Comply with coding standards - Code style and formatting functionality with fine-tuned, language-specific settings will help you get rid of unused code and create a common coding standard for your team.
  • Code analysis - ReSharper extends Visual Studio with over 2200 on-the-fly code inspections for C#, VB.NET, ASP.NET, JavaScript, TypeScript and other technologies. For most inspections, ReSharper provides quick-fixes (light bulbs) to improve the code. Find and remove unused code? Migrate your code to C# 7? Convert loops to LINQ at will? Find and prevent possible exceptions? Use a common naming standard? All that and a lot more code improvements are made possible with ReSharper's code analysis.
  • Refactorings - 60+ refactorings and 450+ context actions help safely organize code and move it around the solution, distribute responsibility, decouple, decrease complexity, or simply use alternative language syntax.
  • Navigation and search - ReSharper helps instantly get to any code in a solution, no matter how large the solution is. It can also navigate you from any symbol to its related code such as implementations of a given interface, extension methods of a class, or usages of a field.
  • Code formatting and cleanup - Configure and apply code style based on your personal preferences or your team standard. Code style and formatting settings for C#, VB.NET, ASP.NET, JavaScript, TypeScript and other languages can be applied in any scope, from a selection to a solution.
  • Code generation - ReSharper can create a lot of code for you: from new files and classes to conditional blocks and GUIDs; from methods and properties required by an interface being implemented to equality checks and formatting members.

dotCover Features

  • Coverage Highlighting in Visual Studio - dotCover can visualize code coverage for your convenience. You can see highlighted statements covered and uncovered in particular snapshot right in Visual Studio.
  • Continuous Coverage Analysis - dotCover offers a console utility to use with a Continuous Integration server. For TeamCity users, a server-side version of dotCover is built into TeamCity and available free of charge.
  • Filtering and Excluding Nodes - Customize your coverage analysis with a coverage filter by including or excluding particular parts of application code from analysis. When you exclude specific items from a coverage snapshot, dotCover instantly recalculates coverage statistics for you.
  • Navigation to Covering Tests - Use a shortcut to detect which unit tests cover a particular statement in your code. Just bring up a pop-up in the Visual Studio editor to see a list of covering tests and navigate directly to any of them.

dotTrace Features

  • Multiple Profiling Modes - Choose sampling mode for fast profiling, tracing for high accuracy, line-by-line profiling to analyze complex business logic, and timeline mode for calls distribution in time and multi-threaded applications optimization.
  • Top-class Technology Support - Multiple types of applications that dotTrace is able to profile include standalone desktop applications, web applications running under IIS, or ASP.NET development server, WCF services, and more.
  • Integration with Visual Studio - Profile applications right from Visual Studio. Also, profile unit tests quickly when working with ReSharper.
  • Detect Bottlenecks Quickly - Take an advantage of efficient navigation, easy filtering, smart search and handy source preview. Choose between several views that streamline analysis of profiling data in snapshots.

dotMemory Features

  • Powerful Automatic Inspections - To ease your task, dotMemory automatically scans your snapshot for most common types of memory issues. These inspections can be a great starting point in analyzing a snapshot if you're not sure where to begin.
  • Analyzing Memory Traffic - Excessive allocations and garbage collections may imply significant memory management overhead. Use the traffic view to understand what objects are created/collected most intensively in your application and what functions are causing this memory traffic.
  • Multiple Views on Data - Examine objects in the heap from multiple views. Want to know how objects relate to each other? What objects do they reference and through what fields? Want to know which calls created these objects? No problem! dotMemory has a view for everything.
  • Compare Memory Snapshots - Compare two snapshots is the main way to find objects that are causing a memory leak. Use the comparison view to find out how many objects were created between snapshots and how many objects were collected.

ReSharper C++ Features

  • Analyze and Improve Code Quality - ReSharper C++ highlights code issues in the editor and provides quick-fixes to improve code in one way or another. Unreachable code? Redundant statements? Suspicious object slicing or incorrect format specifier? ReSharper C++ will bring these and other kinds of problems to your attention and help you fix them.
  • Refactor and Transform Code - Code refactorings for C++ help safely change your code base, which is especially important in a language as non-trivial as C++. Context actions help switch between alternative syntax constructs and serve as shortcuts to code generation actions.
  • Use a Consistent Code Style - Configure code formatting options and naming style, share settings with your teammates, and maintaining a consistent code style should never be a problem again.
  • Find Usages and Navigate the Solution - You can instantly jump at any file, type, or type member in solution. You can search for usages of any code and enjoy a clear view of found usages, with grouping and preview options. Last but not least, you can go from any code symbol to its declaration or definition, its base or derived symbols.
  • Generate Common Code - The list of things that ReSharper C++ can generate for you includes definitions, missing and overriding members, equality and relational operators, hash and swap functions. Add dozens of customizable templates, and you know you have the tools to deal with boilerplate code faster than ever.

dotPeek Features

  • Decompile .NET assemblies to C#.
  • Export decompiled code to Visual Studio projects.
  • Support for downloading code from source servers and PDB file generation.
  • Quick jump to a type, assembly, symbol or type member.
  • Effortless navigation to symbol declarations, implementations, derived and base symbols.
  • Accurate search for symbol usages with advanced presentation of search results.
  • Overview of inheritance chains.
  • Syntax highlighting.
  • Complete keyboard support.