Tagged Questions

1
vote
1answer
63 views

Refactoring duplicate code into methods

I am using Resharper for refactoring. What is this type of feature called when you have the same code in around 5 different events being called but you want to replace them with a method call? And …
0
votes
1answer
11 views

Run mbunit 3.1 tests in resharper 4.5

I have earlier used mbunit 2 and with this plugin I could get my tests to run in the resharper test dialog. Now with mbunit 3.1, I read that I didn't need any external plugin. So I donwloaded Gallio …
0
votes
5answers
118 views

Does resharper make you lazy?

I've been looking at using resharper and from the reviews I've seen, people who start using it never go back. I'm wondering if using resharper helps you pick up errors when looking at code without …
0
votes
1answer
38 views

Resharper says I need to reference a dll, which is already referenced. code compiles ok.

I have a strange problem with resharper. I have a project file which is modified so that references are made by using an environment variable like so: <Reference …
1
vote
1answer
24 views

Why does ReSharper’s “Rename” only sometimes display a prompt?

When I rename a variable using ReSharper 4.5 (VS2008), the rename is performed inline (I specify the new variable name in the editor itself) or via a prompt (a popup window where I specify the new …
1
vote
3answers
45 views

ReSharper-like addon for NetBeans

Hello, is there any ReSharper-like addon for NetBeans (preferably 6.8)? I'm using NetBeans for PHP. I need following features: add some kind of code analysis add some intelligent refactoring …
1
vote
2answers
67 views

Resharper Power toy Zen Coding

I have tried Resharper Power toy Zen Coding and found it can only generate code in one line, can it generate formatted code. for example i type in ul>li*3 it generate: …
0
votes
2answers
32 views

Uninstall of CodeRush and ReSharper - Intellisense Not Working

Install order: Visual Studio 2008 ReSharper Uninstall ReSharper CodeRush with Refactor Pro Uninstall CodeRush with Refactor Pro Now my intellisense doesn't work. Any settings I should look at …
-1
votes
2answers
67 views

Uninstall ReSharper 4.5

I have ReSahrper 4.5 in Visual Studio 2008. Now I want to install ReSharper 5, but I can't do it before I uninstall ReSharper 4.5. How can I uninstall ReSharper 4.5?
0
votes
1answer
30 views

What utilies you like of FxCop

I love Resharper, but Fxcop is free, and does some bits Resharper does. My question is what can do more to get best out of Fxcop? I am using VS2008, and planning to upgrade to VS2010 next March …
3
votes
4answers
36 views

resharper or VS hotkey to switch places two parameters, is there such a thing ?

it something like this method(a,b); and you hit some hotkey and you get method(b,a); is there such thing ?
1
vote
1answer
19 views

How do I get ReSharper to ignore certain categories when running all tests?

I've got about 650 NUnit tests in my current solution in VS2008, but 40 of these are categorized either as "LongRunning" or "Integration". I do not want these to run every time I've done a change and …
0
votes
2answers
35 views

resharper + VS Black theme makes Note: and TODO: Blue and hard to read

I have a Black theme for the visual studio editor and it was ok until I've installed resharper. After this my TODO and Note text got really impossible to read, anybody knows a fix for that ?
0
votes
0answers
19 views

Resharper - extract DTO

Hi, Is there a macro or something in resharper that can extract a DTO from Entity based on the properties. It should take all public properties and just like you can extract interface, extract a DTO …
4
votes
10answers
276 views

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 up a recent ASP.NET MVC project. One of the first and most frequent things I've …

1 2 3 4 5 23 next
15 30 50 per page