ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.
Is there a way to debug into a decompiled dll using Resharper and if so how do you do this? …
.net debugging resharperI like to put my using directives inside the current namespace, and not outside as VS and Resharper per default …
visual-studio resharper using-directivesWhen using myDelegate -= eventHandler ReSharper (version 6) issues: Delegate subtraction has unpredictable result The rational behind this is explained by …
c# events delegates resharper compiler-warningsI'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 resharperIs 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 organizationDoes anyone know a keyboard shortcut to close all tabs except for the current one in Visual Studio? And while …
.net visual-studio resharperI'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-snippetsI am getting this warning ("Implicity captured closure: this") from Resharper: does this mean that somehow this code is capturing …
c# .net resharperI use: Visual Studio 2010 Ultimate, Resharer 6. In ReSharper's options i choose Visual Studio keyboard sheme and click Apply Sheme: After …
visual-studio resharperSuppose you have an interface defined in C#. What is the easiest method to find all classes that provide an …
c# visual-studio resharper reflector