ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.
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-inI'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-statementI 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-reflectordotPeek is a free .NET decompiler. While being a standalone tool, it is also part of ReSharper: If you tell …
.net visual-studio resharper decompiling dotpeekI 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.1When I ran ReSharper on my code, for example: if (some condition) { Some code... } ReSharper gave me the above warning (…
c# if-statement resharperI'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-indentResharper 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 cdnDoes 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.1I have a method that I want formatted like this: public static IQueryable<ThingRequest> GetThings( this EntityContext one , …
c# resharper resharper-6.0