Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
ReSharper Essentials
ReSharper Essentials

ReSharper Essentials: Make your Microsoft Visual Studio work smarter with ReSharper.

eBook
$9.99 $19.99
Paperback
$32.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

ReSharper Essentials

Chapter 1. Getting Started with ReSharper

We, as developers, want to perform the right tasks using the right tools. For .NET developers, the most popular tool is Microsoft Visual Studio. It contains almost everything you need to create .NET applications. If it lacks something, ReSharper fills that gap and adds many more functionalities.

ReSharper, as a .NET developer productivity tool, helps you in the tasks you need to perform on a daily basis. It helps you avoid doing boring, repetitive and manual things. It makes refactoring your code easier, saves you time by supporting navigation through the project, and helps by generating code. In this chapter, we will cover the following topics:

  • Introduction to ReSharper

  • Downloading and installing ReSharper

  • Basic configuration

  • Integrating ReSharper with Visual Studio

Introduction to ReSharper


ReSharper is probably the best plugin for Visual Studio. It extends your favorite IDE with a lot of incredibly useful features.

Note

ReSharper is developed by JetBrains (http://www.jetbrains.com). ReSharper v1.0 was released on July 21, 2004 as the second product of this company.

Thanks to the features, code generation and code templates, you will be able to write smarter code. Navigation and search will help you find things quicker. With code analysis and code cleanup, you can provide better quality software as ReSharper will find and highlight errors, potential problems, and bad practices in your code. ReSharper will support you with almost any kind of applications that you can write in Visual Studio.

Available versions

ReSharper comes in the following three versions:

  • C# Edition

  • VB.NET Edition

  • Full Edition

These versions differ in support for the main language used in your projects. According to the name, if you are using C#, you should choose the C# Edition. If you are using VB.NET, you should choose the VB.NET Edition. Finally, if you are using both these languages, you should choose the Full Edition.

All other features, such as support for web development, unit tests, and XAML are the same in all of these versions except decompiler, which is not available in the VB.NET Edition.

Apart from the provided features, ReSharper can be categorized based on license. Depending on your needs, you can purchase any of the following licenses:

  • Commercial License: ReSharper can be used by any developer in your company but the total number of concurrent users cannot exceed the number of purchased licenses

  • Personal License: ReSharper can be used only by the person who purchased it

If you are a teacher, a trainer, a Microsoft's MVP (Most Valuable Professional), or if you are working on a non-commercial open source project, you can get ReSharper for free.

Note

For more information about ReSharper licenses, you can visit the Licensing & Upgrade page at http://www.jetbrains.com/resharper/buy/license-matrix.jsp.

Support for various versions of Visual Studio

ReSharper v8 provides support for Visual Studio 2013, 2012, 2010, 2008, and 2005. ReSharper works with all editions of Visual Studio except the Express Edition.

Note

ReSharper does not work with the Express Edition as it does not support add-ins and extensions.

It is also possible to use ReSharper with Visual Studio 2003. ReSharper 2.0 is still available; it provides support for this version of Visual Studio.

Support for various languages

ReSharper provides extensive support to many languages/technologies, which are listed as follows:

  • C#, VB.NET

  • ASP.NET, ASP.NET MVC, HTML, JavaScript, TypeScript, CSS

  • NAnt, MSBuild

  • XML

  • XAML

It doesn't matter what kind of application you are working on, ReSharper will make your life easier!

Installing and configuring ReSharper


Although ReSharper comes in a couple of versions and supports various versions of Visual Studio, there is only one main installation package. The version used depends on the license key used during activation.

Tip

During the free 30-day trial, you use ReSharper as a Full Edition by default. You can change this in the License Information window. To open it, navigate to RESHARPER | Help | License Information… from the Visual Studio toolbar.

Installing ReSharper

Installing ReSharper is quite straightforward. Perform the following steps:

  1. Download the main installation package from the Download ReSharper page at http://www.jetbrains.com/resharper/download/index.html.

  2. After opening the downloaded installation package, you should see the following screenshot:

    In this step, you can select the versions of Visual Studio in which you would like to use ReSharper (in case you have more than one already installed).

    From this screen, you can just click on Install to run the installation process, or click on Advanced to configure more settings.

  3. If you have chosen Advanced settings, in the later steps you can choose what to do if you have a previous version of ReSharper already installed and how to change the installation location.

Configuring ReSharper

ReSharper is fully configurable. To access the ReSharper settings, you need to navigate to RESHARPER | Options from the Visual Studio toolbar.

Options

ReSharper configuration is divided into four areas, which are listed as follows:

  • Environment : This allows you to change the general ReSharper settings such as UI and Visual Studio integration

  • Code Inspection : This allows you to change the settings related to code analysis

  • Code Editing : This allows you to change the formatting, naming, and code cleanup rules

  • Tools: This allows you to change the ReSharper tool's settings, such as Unit Test frameworks, patterns used for to-do items, and navigation to external sources

    Note

    Code cleanup is a set of ReSharper features that make your code cleaner. Among the most important things, it can format your code, remove redundancies, and optimize the using (Imports in VB.NET) statements.

We will not go through all the available options in detail but present only those parts that, in our opinion, are the most useful.

Let's take a look at the tabs available under the Environment section.

The General tab

In this tab, you can change settings that are related to user interface. We suggest that you check the Show managed memory usage in status bar and Show tips on startup options. The first one will show you, on the bottom status bar, how much memory is used by ReSharper and the second one will try to teach you something new every time you open Visual Studio.

The Keyboard & Menus tab

This tab allows you to set how ReSharper integrates with Visual Studio. We propose that you check Hide overridden Visual Studio menu items and select Visual Studio as ReSharper keyboard scheme. The first one hides those options from the Visual Studio menu that are overridden by ReSharper; for example, the Refactor option in the context menu in the editor. This will indicate that you are using ReSharper features. The Visual Studio scheme adds shortcuts in order to avoid conflicts with the existing Visual Studio shortcuts.

Note

In this book, we will present many shortcuts and all will be related to the Visual Studio scheme. For shortcuts from the ReSharper 2.x/Intellij IDEA scheme, please check the ReSharper Documentation site at http://www.jetbrains.com/resharper/documentation/.

Now, let's look at the tabs that are available under the Code Inspection section.

The Settings tab

This tab contains general settings for code analysis. Our suggestion is to check all the options available below the Enable code analysis checkbox:

  • Color identifiers

  • Highlight color usages

  • Analyze errors in whole solution

  • Show code inspection options in action list

  • Show the "Import namespace" action using popup

Note

Please note that checking the Analyze errors in whole solution option can hit Visual Studio's performance in big projects.

The Inspection Severity tab

This tab contains the most important settings related to code analysis. Settings are divided by language. It is highly recommended that you review these options to make sure that ReSharper will prompt suggestions that are consistent with your coding standards.

Next, we'll see the tabs under the Code Editing section.

The C#, VB.NET, and Naming Style tab

On this screen, you can find rules based on which ReSharper validates names used in your code. Same as with code analysis, it is recommended that you review the naming settings to make sure that they are consistent with your coding standards.

Note

There are many more interesting and useful settings. We encourage you to test a couple of different configurations to customize ReSharper to your needs.

Manage options

ReSharper v8 allows you to store configuration on the following three levels:

  • Computer: This contains settings that are applied to all your projects.

  • Solution team-shared: This contains settings for a specific project. These settings are stored in the sln.DotSettings file in your solution folder and override the settings specified at computer level. To share these settings with your team, you need to commit this file to your source control repository.

    Configuration on this level should be used to share common coding standards, such as naming conventions, code formatting, and code inspection rules, with your team.

  • Solution personal: This contains your private settings. These settings are stored in the sln.DotSettings.User file in your solution folder and override Solution team-shared configuration. This file should not be committed to your source control repository as it will override other users' settings.

    Usually, this level is used to change environment options such as preferred shortcuts, IntelliSense behaviors, and ReSharper UI settings.

To open the Manage Options… window, navigate to RESHARPER | Manage Options… from the Visual Studio toolbar. You can also open this window by clicking on the Manage… button in the Options window.

Integration with Visual Studio


ReSharper is visible almost everywhere in Visual Studio. Sometimes, it is difficult to recognize if some option has come from Visual Studio or from ReSharper.

ReSharper extends Visual Studio in the following places:

  • Shortcuts: Almost every ReSharper feature is accessible via a shortcut.

  • Custom windows: ReSharper provides custom windows with more advanced features such as Unit Test Runner and Assembly Explorer. You can access these windows by navigating to the RESHARPER | Windows option from the Visual Studio toolbar.

  • IntelliSense: ReSharper extends or replaces standard IntelliSense available in Visual Studio by providing more useful hints.

  • Code editor extensions: In a visual way (for example, by icons), this shows you the available ReSharper options or marks the code on which you can run some ReSharper options.

As extending the code editor is the most commonly visible ReSharper feature, we will discuss it in more detail.

The following screenshot presents Visual Studio with some ReSharper extensions:

The most used features are accessible via context actions (numbered 1 in the preceding screenshot). Context actions are accessible by clicking on an icon or with the Alt + Enter shortcut. Context actions contain features related to code refactoring, code generation, navigation, and more. Quick fixes can be displayed along with context actions.

Tip

Alt + Enter is your best friend in ReSharper. In a very smart way, it provides you with the needed options based on the context in which you are using this shortcut.

One of the most important ReSharper features is continuous code quality analysis. ReSharper highlights detected errors and warnings in the marker bar (numbered 2 in the preceding screenshot). The status indicator (numbered 3 in the preceding screenshot) is displayed on the top of the Marker Bar, which contains the summary of the found errors and warnings.

Summary


This chapter explained what ReSharper is and showed you how easy it is to start using it. You learned how to adjust the ReSharper configuration to suit your needs alongside your project and team standards.

In the next chapter, we will go deeper into the ReSharper features that will help you write code, and you will learn what it means to write smarter code.

Left arrow icon Right arrow icon

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 20, 2014
Length: 124 pages
Edition :
Language : English
ISBN-13 : 9781849698719
Category :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Feb 20, 2014
Length: 124 pages
Edition :
Language : English
ISBN-13 : 9781849698719
Category :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 93.98
ReSharper Essentials
$32.99
Visual Studio 2013 and .NET 4.5 Expert Cookbook
$60.99
Total $ 93.98 Stars icon
Banner background image

Table of Contents

10 Chapters
Getting Started with ReSharper Chevron down icon Chevron up icon
Write Smarter Code Chevron down icon Chevron up icon
Finding What You Need Quickly Chevron down icon Chevron up icon
Making Your Code Better Chevron down icon Chevron up icon
Extended Support for Web Developers Chevron down icon Chevron up icon
Unit Testing Chevron down icon Chevron up icon
Extending ReSharper Chevron down icon Chevron up icon
Tools for Architects Chevron down icon Chevron up icon
Code Analysis Beyond Visual Studio Chevron down icon Chevron up icon
Recommended Plugins Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.3
(9 Ratings)
5 star 33.3%
4 star 66.7%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Arkadiusz Benedykt Mar 06, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
It's a short, well prepared book. If you've bought a ReSharper for the first time it's a must have. Book covers basics of usage, some more advanced topics, shows some basics of building extensions and what is important, shows the architecture graph.More advanced users won't find it to much interesting but I don't think that they're the target group for this position.One thing I was missing are Idea Intelij shortcuts - only Visual Studio ones are shown.
Amazon Verified review Amazon
Robert Bernstein Apr 28, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I am really impressed with this book. The author communicates with the reader as though he is personally walking you through practical tutorials about how to use ReSharper; it feels like you're being taught by a colleague who knows the tool really well. I am a huge fan of ReSharper's refactoring capabilities, so I was happy to see that the book mentions refactoring in its second paragraph. I find this to be one of the most useful features of ReSharper and appreciate the fact that the author shares the same sentiment.The book covers a lot of material and ReSharper is a very feature-rich tool that is hard to fully encompass in a single publication. The author has done an excellent job of covering the most commonly-used productivity enhancements that it provides. In addition, he has included a great keyboard shortcut cheat sheet at the end of the book that lists the ones he covered, in the order that he introduced them through the chapters. I have found this to be a great ReSharper refresher as I write code.I have been using ReSharper for years and am amazed at how much I didn't know about the product. Features like Safe Delete, covered in Chapter 2, would have saved me a lot of extra manual refactoring work that I've done in the past. Even some features that I would leverage less frequently, such as ReSharper's ability to provide IntelliSense with the MSBuild and NAnt build systems, are mentioned in the book. References like this inspired me to go learn more about the product features through Internet searches.He wraps up the book by discussing how to write ReSharper plug-ins to add features not already included in the product, how to debug those plug-ins, and how to deploy your plug-ins. His explanation of the plug-in architecture and his examples are very clear and easy to follow. Although some of the deeper details of these activities are not included in the book, the author provides links to find the instructions on the Internet. He also recommends a number of released plug-ins that you should consider installing to enhance ReSharper's built-in capabilities.I want to thank Packt Publishing for providing me with a copy of the book for review. It is a fairly quick read that will make you even more productive with Visual Studio and ReSharper. The biggest challenge I found with the book is being able to remember all of the great keyboard shortcuts so I always have them at the ready! This is a great book for any C#/VB .NET developer. If you don't already use ReSharper, this book will show you what you have been missing.You can also find details at the publisher's site here: [...]
Amazon Verified review Amazon
Marc Schaerer May 12, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
After using Resharper for years for lightweight usage, I didn't know what to expect exactly from Resharper Essentials. I can say that I'm pleasantly surprised by what the book offered for its size, often written in a easily consumable form.Not only did it cover useful things I was not aware of yet, its coverage of Resharper 8 also introduced me to several hidden gems I this far missed, be it the architecture view, the enhanced code quality analysis capabilities or multifile templates.Especially the early focus on using Resharper from a Test Driven Development way of coding was very welcome as the creation and refactor aspects help a lot in breaking down the inner barrier many have regarding real TDD style coding.I highly recommend this book to everyone who uses Resharper for the first time or thus far used Resharper only lightly and would like to step up their productivity but also code quality.It will enable you to leverage a far larger amount of Resharpers power and create better code in significantly less time.
Amazon Verified review Amazon
P. H. Merkel Sep 04, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
The book is a very good overview but it misses out on details and advanced advises at the 'writing better code' chapter.I can recommend it to anyone trying to get a quick inside and start with R#.
Amazon Verified review Amazon
V. Sinitsyn Apr 03, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I've bought "ReSharper Essentials" (the e-book variant) a few weeks ago, and shortly after I finished reading it I was asked to leave a review.I'm a long-time user of stand-alone JetBrains IDEs, and I bought this book after I was assigned a Visual Studio-based project to see if there are any Windows/.NET/VS-specific tricks or features I was unaware of.The book is well-written and relatively short to read in a few days of lunches. I can't say it mentions many features I wasn't aware of, however after finishing it I found myself using ReSharper more extensively than before. If you a new to JetBrains tools (and ReSharper in particular), you'll find a thorough description of what it is capable of; if you are already a seasoned user, it will probably help you to build a complete picture. I especially liked the chapter on recommended ReSharper plugins. You can find loads of these plugins on the Internet: some are real time savers, some aren't - and some guidance is certainly helpful here.The downside is that the book mostly scratches the surface. This is not bad, given its size, however, I'd prefer more tips and advices on how to use ReSharper in real-world scenarios, and less reference material (ReSharper comes with the good documentation, after all). Besides this, all hotkeys in the book are for Visual Studio, not IDEA keyboard scheme, which may come unhandy.To sum up: it's a good introduction to ReSharper, but don't expect too much news if you are already using the tool for a year or more.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.