Tagged Questions

ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio 2003, 2005, 2008 and 2010.

learn more… | top users | synonyms

184
votes
9answers
18k views

Virtual member call in a constructor

I'm getting a warning from ReSharper about a call to a virtual member from my objects constructor. Why would this be something not to do?
87
votes
1answer
18k views

Access to Modified Closure

string [] files = new string[2]; files[0] = "ThinkFarAhead.Example.Settings.Configuration_Local.xml"; files[1] = "ThinkFarAhead.Example.Settings.Configuration_Global.xml"; //Resharper ...
85
votes
11answers
9k views

C# 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 if I do make them static? Should I make them static and move them to a utility class?
79
votes
8answers
4k views

Does inverting the “if” improve performance?

I've been using ReSharper for a while now and sometimes it suggests that I invert the if. I guess an example would be a better explanation of my situation: public void myfunction(int exampleParam){ ...
70
votes
37answers
6k views

What ReSharper 4+ live templates for C# do you use?

What ReSharper 4.0 templates for C# do you use? Let's share these in the following format: [Title] Optional description Shortcut: shortcut Available in: [AvailabilitySetting] // Resharper ...
69
votes
18answers
21k views

2008: Resharper vs. CodeRush [closed]

I know there are many discussions if Resharper or CodeRush is better. At my company we currently use Resharper and I'm fine with it. But last week I watched a screencast about CodeRush and thought ...
58
votes
7answers
17k views

Disable, but not uninstall Resharper 4.x onwards

Any ideas on how to disable, but not uninstall Resharper 4.x or above?
54
votes
1answer
6k views

Access to Modified Closure (2)

This is an extension of question from Access to Modified Closure. I just want to verify if the following is actually safe enough for production use. List<string> lists = new ...
48
votes
2answers
999 views

How to make Resharper resolve path for CustomBinding MarkupExtension

I want to create some extended Binding-Markup-Extension, which behaves just like a normal WPF-Binding but does some things more (use different defaults, maybe add some behavior, etc.). Code looks like ...
47
votes
4answers
18k views

Is there a free alternative to ReSharper?

I'm wondering if there's a freeware and/or open source alternative to ReSharper on the market.
45
votes
5answers
3k views

ReSharper Abbreviations List: Where can I modify it?

I am using ReSharper 4.5, and what often happens when I am converting explicit properties into auto-properties, is that I will accidentally chose "Add XX to abbreviations list". Ie: I want to convert ...
44
votes
4answers
5k views

Resharper vs. Coderush - 2010 remake [closed]

Refer to this post for discussions on previous versions. Asking the question again since Visual Studio 2010 has been officially released. Does anyone have any visibility this early on as to which is ...
42
votes
18answers
8k views

Invert “if” statement to reduce nesting

When I ran Resharper on my code, for example: if (some condition) { some code... } Resharper gave me the above warning (Invert "if" statement to reduce nesting), and suggested ...
39
votes
4answers
6k views

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 settings and the keyboard bindings I have set for ReSharper) from one PC to another?
35
votes
5answers
4k views

ReSharper - Possible Null Assignment when using Microsoft.Contracts

Is there any way to indicate to ReSharper that a null reference won't occur because of Design-by-Contract Requires checking? For example, the following code will raise the warning (Possible 'null' ...
34
votes
17answers
3k views

Is ReSharper worth the adjustment, is there a good tutorial for 4?

I was watching a couple of episodes of dnr.tv and was given my first glimpse of ReSharper, I was very impressed so I decided to give it a try, fully aware that it'd take some getting used to, but is ...
33
votes
7answers
4k views

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 various Re# commands. However, it seems that the unit test runner does not have any ...
31
votes
10answers
2k views

Business Case for Resharper

We are trying to get Resharper introduced to our company but it would have to be for all developers. Management want us to justify the cost with a business case. I am unsure how to go about getting ...
26
votes
4answers
3k views

ReSharper conventions for names of event handlers

When I add new event handler for any event, VS creates method like object_Click. But ReSharper underlines this method as Warning, because all methods should not have any delimeters such as "_". How ...
26
votes
35answers
5k views

What is your favorite Resharper/Visual Studio shortcut? [closed]

Let's show some Resharper love and learn new shortcuts while at it: Along the lines of Joel Spolsky's "What is your single favorite keyboard shortcut in Emacs?" what is your single favorite Resharper ...
24
votes
3answers
2k views

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 styles, closing of what I need is this: Gnu Style: int[] array ...
24
votes
13answers
5k views

ReSharper sluggishness

I like ReSharper, but it is a total memory hog. It can quickly swell up and consume a half-gig of RAM without too much effort and bog down the IDE. Does anybody know of any way to configure it to be ...
23
votes
6answers
635 views

C# @ modifier for methods parameters

I was using ReSharper plugin on VS2010 and i was generating an interface method. ReSharper put an @ on the parameter name. WHat is that used for? int Count(Func<ContratoList, bool> @where); ...
23
votes
5answers
8k views

How Can I disable Resharper in VS and Enable it again?

I'm new to Resharper and have 2 questions : 1.I installed Resharper and it works in VS but I want disable it for some reason. But whenever I search in the Resharper menu cant find disable option. ...
23
votes
4answers
3k views

Using a class's static member on a derived type?

Using Resharper 4.1, I have come across this interesting warning: "Access to a static member of a type via a derived type". Here is a code sample of where this occurs: class A { public static ...
23
votes
8answers
7k views

Keyboard shortcut to close all tabs but current one in Visual Studio?

Does anyone know a keyboard shortcut to close all tabs except for the current one in Visual Studio? And while we're at it, the shortcut for closing all tabs? Is there a Resharper option for this? I've ...
21
votes
8answers
3k views

What are some alternatives to resharper?

I'm considering purchasing a resharper license but would like to know if there are any possible alternatives to resharper and how would you rate these compared to reharper? It doesn't necessarily ...
21
votes
10answers
2k views

Is using resharper a time saver?

I have installed ReSharper and "played" with it twice now. I have always found it annoying and that it got in the way of the hotkeys I was already using in Visual Studio. The people that use it tend ...
20
votes
5answers
427 views

Resharper says I shouldn't use List<T>

I have a method: static void FileChangesDetected(List<ChangedFiles> files) I used Visual Studio 2010 and Resharper. Resharper always recommends that I change the List<T> to ...
20
votes
4answers
6k views

Resharper uninstall - Visual Studio no longer shows correct error highlighting

I've been trying out resharper and decided that I'd like to uninstall. However, after doing so, Visual Studio no longer shows red underline highlighting that it normally uses to identify the location ...
19
votes
1answer
7k views

Moq: Invalid setup on a non-overridable member: x => x.GetByTitle(“asdf”)

Not sure how I can fix this, trying to do a unit test on the method "GetByTitle" Here are my definitions: public class ArticleDAO : GenericNHibernateDAO(IArticle, int>, IArticleDAO { ...
19
votes
2answers
1k views

Get Resharper to Consume StyleCop configuration

Our project already has a StyleCop configuration. I am using ReSharper and I would like to be able to have R# use the StyleCop settings. I know that you can use StyleCopForResharper to build the ...
18
votes
4answers
958 views

NUnit+ReSharper: How to view results for TestFixture with different parameters?

I have written unit tests under NUnit that use TestFixtures with different parameters. Now, when I run tests, I want to see with which parameters test has been passed and with which hasn't. ...
18
votes
4answers
3k views

Comparing developer productivity tools

I am getting ready to test developer productivity tools for our team (Coderush, Resharper, JustCode, etc). We're planning to roll the tool out the same time as we deploy Visual Studio 2010 and TFS. ...
18
votes
3answers
1k views

Get correct indentation in Resharper

Right now resharper formats our code like this: private readonly List<Folder> folders = new List<Folder> { ...
17
votes
1answer
401 views

Silverlight - Resharper and VS designer can't deal with StaticResource extension

Basically, neither Visual Studio designer, nor Resharper seem to deal with the StaticResource markup extension when I use it "normally" - without the brackets. <StaticResource ...
17
votes
3answers
1k views

Fastest way to update namespaces (resharper ?)

so i have been doing some refactoring and reorganization and i have moved a bunch of files around. i want to update each file so it has the "correct" namespaces according to its new location. with ...
17
votes
7answers
2k views

ReSharper complains when method can be static, but isn't

Why does ReSharper complain when a method can become static, but is not? Is it because only one instance of a static method is created (on the type) and thus save on performance?
16
votes
9answers
728 views

Performance concern when using LINQ “everywhere”?

After upgrading to ReSharper5 it gives me even more useful tips on code improvements. One I see everywhere now is a tip to replace foreach-statements with LINQ queries. Take this example: private ...
16
votes
4answers
5k views

Anyone tried JustCode? [closed]

Have you used JustCode? is it better than resharper? seems like performance better. Do I need to uninstall resharper before using JustCode?
16
votes
6answers
3k views

Brace highlighting in Visual Studio for Javascript?

Is there a way to get Visual Studio 2008 to do matching brace highlighting for Javascript? If there is no way to do it in Studio, can it be done using ReSharper? Thanks!!
15
votes
2answers
307 views

How can I get VisualStudio 2010 with ReSharper to preserve my spaces between '<%:', content, and '%>'?

I have Visual Studio 2010 and ReSharper installed and after looking for about an hour, I can't find this formatting setting anywhere. I'd like it to look like this: <div><%: Model.Something ...
15
votes
17answers
1k views

Best way to handle a NULL

At the top of my functions I'm trying the best way to handle a null coming into my procedures in C#. Which is the best way for checking and handling the null and why? I've added the complete code of ...
15
votes
6answers
2k views

C# 'var' keyword versus explicitly defined variables

I'm currently using ReSharper's 30-day trial, and so far I've been impressed with the suggestions it makes. One suggestion puzzles me, however. When I explicitly define a variable, such as: ...
15
votes
6answers
777 views

Can Resharper be set to warn if IDisposable not handled correctly?

Is there a setting in Resharper 4 (or even Visual Studio itself...) that forces a warning if I forget to wrap code in a using block, or ommit the proper Dispose call in a finally block?
15
votes
14answers
2k views

What is your favorite use of Resharper?

I've been trying resharper casually for about a week, without delving into it too deeply. What I've found useful so far is the ability to eliminate redundant Using statements, ToString() calls, and ...
14
votes
3answers
592 views

Can Resharper skip asynch/await keywords?

I am trying to see how new C# 5.0 asynchronous (CTP) features will work. I also use ReSharper. But because it is only a CTP, ReSharper doesn't support new keywords (asynch/await) and highlights them ...
14
votes
5answers
479 views

Is there unreachable code in this snippet? I don't think so, but Resharper is telling me otherwise

I have the following method I came across in a code review. Inside the loop Resharper is telling me that if (narrativefound == false) is incorrect becuase narrativeFound is always true. I don't think ...
14
votes
4answers
3k views

Resharper Alt Enter not working

Help, I can't function without resharper. All of a sudden my Alt Enter shortcut (to bring up the action list) has stopped working. Anybody experienced this or know how to fix?
14
votes
2answers
2k views

Is there a “Resharper-like” addin for MonoDevelop?

I've googled and not come up with much. Has anyone run across something like Resharper for Mono?

1 2 3 4 5 24