#745 – Use ReSharper to Increase Your Productivity in Visual Studio

Here’s a handy tool that will help you to be more productive when writing C# code in Visual Studio.  Resharper, or R#, by JetBrain.

Some of the features provided by Resharper include:

  • Quickly navigating to a type, file, or member of a type
  • Navigate to a the definition of a member or the places in code where a member is used
  • Automatic decompilation of third-party code
  • Code inspections and checking
  • Suggestions for code refactoring, includes classes, methods and code segments
  • Alt-Enter to quickly fix coding errors or to refactor code
  • Define custom code patterns to warn about
  • Inspect variables and class members to see where/how they are used
  • Removal of unused assembly references
  • Many more features

Take a look at ReSharper.  A C# license is $149 for an individual developer, or $249 for a commercial license.

Advertisement

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: