Top "Resharper" questions

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

Resharper debugging a third party decompiled dll

Is there a way to debug into a decompiled dll using Resharper and if so how do you do this? …

.net debugging resharper
Visual Studio or Resharper functionality for placement of using directives

I like to put my using directives inside the current namespace, and not outside as VS and Resharper per default …

visual-studio resharper using-directives
"Delegate subtraction has unpredictable result" in ReSharper/C#?

When using myDelegate -= eventHandler ReSharper (version 6) issues: Delegate subtraction has unpredictable result The rational behind this is explained by …

c# events delegates resharper compiler-warnings
Break lines and wrapping in auto formatting of Visual Studio with ReSharper

I'm working in a C# project and using Visual Studio 2012. When Visual Studio tries to format my code, it breaks …

c# .net visual-studio architecture resharper
Alphabetizing methods in Visual Studio

Is there any sort of plug-in or tool available for Visual Studio 2008 to alphabetize methods? Ideally I'd like a tool …

visual-studio visual-studio-2008 coding-style resharper organization
Keyboard shortcut to close all tabs but current one in Visual Studio?

Does anyone know a keyboard shortcut to close all tabs except for the current one in Visual Studio? And while …

.net visual-studio resharper
Automatically create #region with same name at #endregion

I'm wondering if there is a way to make #region Some Region #endregion Some Region. If there is no way …

c# .net visual-studio resharper code-snippets
Resharper: Implicitly captured closure: this

I am getting this warning ("Implicity captured closure: this") from Resharper: does this mean that somehow this code is capturing …

c# .net resharper
ReSharper key bindings problem

I use: Visual Studio 2010 Ultimate, Resharer 6. In ReSharper's options i choose Visual Studio keyboard sheme and click Apply Sheme: After …

visual-studio resharper
How do you find all implementations of an interface?

Suppose you have an interface defined in C#. What is the easiest method to find all classes that provide an …

c# visual-studio resharper reflector