Top "Resharper" questions

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

Method can be made static, but should it?

Resharper likes to point out multiple functions per asp.net page that could be made static. Does it help me …

c# .net refactoring resharper static-methods
Unable to type in Visual Studio

I am unable to edit any files in a project in Visual Studio 2013. It only happens in one project. If …

c# asp.net-mvc visual-studio visual-studio-2013 resharper
Why does ReSharper want to use 'var' for everything?

I've just started using ReSharper with Visual Studio (after the many recommendations on SO). To try it out I opened …

c# .net visual-studio resharper var
Path to Test Data Files for Unit Testing

I am currently using the standard Microsoft Unit Test suite in VS 2008. ReSharper 4.5 is also installed. My unit tests rely …

c# unit-testing resharper
Uninstall ReSharper 4.5

I have ReSharper 4.5 in Visual Studio 2008. Now I want to install ReSharper 5, but I can't do it before I uninstall …

visual-studio visual-studio-2008 installation resharper failed-installation
Resharper's example code for explaining "Possible multiple enumeration of IEnumerable"

Sometimes Resharper warns about: Possible multiple enumeration of IEnumerable There's an SO question on how to handle this issue, and …

c# resharper resharper-7.1
'is' versus try cast with null check

I noticed that Resharper suggests that I turn this: if (myObj.myProp is MyType) { ... } into this: var myObjRef = myObj.myProp …

c# .net casting resharper
How to make ReSharper re-evaluate its assembly reference highlighting

I am creating a Prism Project Template, and the template works great. But after I create a project with the …

visual-studio visual-studio-2010 resharper project-template visual-studio-extensions
Enter., Backspace and the navigation keys not responding in Visual Studio 2010 w/ Powertools/Resharper

I have this very annoying problem that in Razor Views the Enter, Backspace and the navigation keys frequently do not …

visual-studio-2010 resharper
Is there a visual studio automatic save configuration setting?

I use the java IDE IntelliJ IDEA and one of the features I like is that there's no saving. Everything's …

visual-studio visual-studio-2008 resharper autosave