resharper-5.0 Questions

3

Solved

I'm playing with SpecFlow, and ReSharper thinks that my step definitions are unused (I guess because they're used via reflection): [Binding] public class StepDefinitions { // ... [When(@"I pres...
Exceed asked 20/5, 2010 at 16:33

5

I'm not able to see the resharper pop-ups for Ctrl+N, Ctrl+Shift+N and other similar commands but other resharper shortcuts work fine - rename, stack explorer, run unit tests etc... Using Resharpe...
Zitvaa asked 27/1, 2010 at 19:12

2

Is there a way to avoid closing the following parentheses: String.Format(), or Console.WriteLine() automatically? Sometimes is this is annoying and unnecessary, and I end up pressing Delete to re...
Tarrasa asked 5/3, 2011 at 3:21

3

This question is similar, but my question seems to get asked in an unanswered comment. I create a C# class. I use alt-insert to add a constructor. I add an argument to the constructor, and then I ...
Slickenside asked 25/8, 2010 at 14:37

4

As resharper 5 now has DIY patterns, what patterns have you writen that fix coding idioms that you've seen? Is there an online resharper pattern repository? I thought here would be a logical ...
Salamanca asked 1/11, 2010 at 21:27

5

Solved

During my trial of ReSharper 5, I noticed its version of IntelliSense falls behind Visual Studio 2010's in three ways that were key to me: ReSharper doesn't support IntelliSense in the "QuickWatc...
Folkmoot asked 30/8, 2010 at 20:44

2

Solved

Let's say I have an interface with a read-only property and and a concrete class where the property is instantiated in the constructor and marked as read-only. internal interface IExample { Obse...
Decoration asked 2/3, 2011 at 19:58

3

Solved

CodeRush has this nifty plugin called cr_ClassCleaner that allows me to sort the elements in the class (e.g. methods, private variables, etc...). Can Resharper 5.x do this, either via the product...
Cacique asked 16/2, 2011 at 17:56

3

Solved

Occasionally I am looking at some code, I search for usages of a method (using resharper) and find that it is only called by tests. So it's effectively redundant and I can delete it and the methods...
Trevor asked 21/9, 2010 at 15:52

1

I want to treat resharper 5.0 error "Possible NullReference Exception" as MSVS 2010 compile error. Is it possible?
Hirai asked 29/7, 2010 at 10:25

2

Solved

Resharper 5 can convert my foreachloops to Linq queries. Which I like. But linq is way way way harder to debug than a foreachloop. When I convert my foreach statement to a linq query, I don't see ...
West asked 6/7, 2010 at 16:11

4

Solved

When I started localizing a website the first time, I just did the localization like this: <%= Resources.ResourceFile.ResourceName %> and it seems to work perfectly fine. However, the ReSh...
Pretor asked 21/5, 2010 at 14:57
1

© 2022 - 2024 — McMap. All rights reserved.