Top "Resharper" questions

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

Using VS Code Snippets with Resharper

I am trying to use Code Contract's Code Snippets but since I turned Resharper back on it doesn't recognize them. …

c# visual-studio resharper code-snippets
Any way to surround code block with Curly Braces {} in VS2008?

I always find myself needing to enclose a block of code in curly braces { }, but unfortunately that isn't included in …

c# visual-studio-2008 refactoring resharper code-snippets
How to remap the Ctrl+Click "Go To Definition" short-key in the Productivity Power Tools (or maybe ReSharper)

I love the Productivity Power Tools extension for visual studio, however it has added the Ctrl+Click "Go To Definition" …

visual-studio-2010 visual-studio resharper productivity-power-tools
Transfer all ReSharper Settings between PCs

I was wondering if there is a way to copy ALL my settings from ReSharper (including the StyleCop for ReSharper …

c# visual-studio resharper stylecop
Are there shortcut keys for ReSharper's Unit Test Runner?

For obvious productivity reasons, I make an effort of learning and using as many of the keyboard shortcuts for the …

unit-testing keyboard-shortcuts resharper command
Using ReSharper, how to show debug output during a long-running unit test?

I'm using xUnit with the ReSharper test runner and the xUnitContrib resharper plugin. When I have a long-running test, I'd …

c# visual-studio unit-testing resharper xunit
C# 8 understanding await using syntax

I have next method: public async Task<IEnumerable<Quote>> GetQuotesAsync() { using var connection = new SqlConnection(_connectionString); …

c# async-await resharper using c#-8.0
Visual Studio always on top when debugging

When I start debugging the project we are currently working on, the program window is not given proper focus in …

visual-studio-2008 debugging installation resharper multiple-monitors
Is there a way to disable ReSharper for a specific file?

I want to tell ReSharper to ignore a few files in my project. Some of them are just too large (…

resharper
Disable C# 6.0 Support in ReSharper

While using ReSharper, it suggested "Enable C# 6.0 support for this project". I foolishly clicked on it, and now as advertised …

c# resharper