Top "Resharper" questions

ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.

Ambiguous references with the exact same namespace

The RC class is not linked to a database, it is a simple class. The class is at only one …

c# asp.net-mvc-3 ef-code-first resharper
Does CLion IDE include all features which ReSharper C++ provides under Visual Studio?

Since I've been using for some while ReSharper for C# (and other JetBrains tools) and have been very pleased with …

c++ visual-studio resharper clion jetbrains-ide
ReSharper uninstall - Visual Studio no longer shows correct error highlighting

I've been trying out ReSharper and decided that I'd like to uninstall it. However, after doing so, Visual Studio no …

visual-studio-2008 resharper uninstallation
ReSharper and var

Possible Duplicate: Why does ReSharper want to use 'var' for everything? I have ReSharper 4.5 and have found it invaluable so …

.net resharper implicit
ReSharper Curiosity: "Parameter is only used for precondition check(s)."

Why is ReSharper judging me for this code? private Control GetCorrespondingInputControl(SupportedType supportedType, object settingValue) { this.ValidateCorrespondingValueType(supportedType, settingValue); switch(…

c# resharper preconditions
Use object initializer - Resharper suggestion

I use ReSharper everyday, and today I asked myself why ReSharper suggests "Use object initializer" when I do this : MyClass …

c# optimization resharper object-initializers
Fastest way to update namespaces with ReSharper?

I have been doing some refactoring and reorganization and I have moved a bunch of files around. I want to …

c# resharper
Impure method is called for readonly field

I'm using Visual Studio 2010 + Resharper and it shows a warning on the following code: if (rect.Contains(point)) { ... } rect is …

c# resharper
Error when running unit tests in visual studio: Test-case objects missing

I'm getting the following error when running unit tests from visual studio using resharper: Test-case objects missing for the following …

c# .net visual-studio resharper mstest
ReSharper breaks keyboard shortcuts for "Find" and "Find in Files"

I have been using ReSharper for some time and since I can remember every time I install Resharper, it's default …

visual-studio keyboard-shortcuts resharper