Top "Resharper" questions

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

Highlight all occurrences of a selected object with ReSharper

I was used to use RockScroll (or MetalScroll), but when I started to use ReSharper my RockScroll start to show …

visual-studio plugins resharper add-in
Set ReSharper to put the 'using' import outside the namespace

I've ReSharper v9.0 installed on my VS. I also use StyleCop. I've disabled SA1200, so when I put the using …

namespaces resharper stylecop using-statement
Adding extensions in Visual Studio Express 2012 for Window8 Desktop

I realise that VS2012 Express Edition now supports NuGet packages. Any idea if the limitations on adding productivity tools like …

visual-studio-2012 resharper vsix .net-reflector
Use dotPeek from within Visual Studio without ReSharper

dotPeek is a free .NET decompiler. While being a standalone tool, it is also part of ReSharper: If you tell …

.net visual-studio resharper decompiling dotpeek
Overloaded methods give "Method with optional parameter is hidden by overload" warning in Resharper

I have a few C# apps that do logging, and the Output method has an overload to accept the message …

.net resharper overloading string.format resharper-7.1
Does inverting the "if" improve performance?

When I ran ReSharper on my code, for example: if (some condition) { Some code... } ReSharper gave me the above warning (…

c# if-statement resharper
Custom Brace formatting with Resharper

I'm using Resharper 4.5 and I need custom formatting of braces when writing an array or object initializer. Resharper supports some …

c# resharper indentation auto-indent
Does Resharper tell me a css class is unknown because it's on a CDN?

Resharper tells me, "Unknown css class 'container-fluid" for this line in my site's _SiteLayout.cshtml file: <header class="container-fluid"&…

css twitter-bootstrap twitter-bootstrap-3 resharper cdn
Does ReSharper 6.1 work with Visual Studio 2012?

Does Resharper 6.1 support Visual Studio 2012? I have it working with VS2010 but wondering do I need to upgrade to ReSharper 7.0 …

visual-studio resharper visual-studio-2012 resharper-6.1
How do I format so method parameters are stacked vertically, one per line?

I have a method that I want formatted like this: public static IQueryable<ThingRequest> GetThings( this EntityContext one , …

c# resharper resharper-6.0