4
votes
10answers
250 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 …
3
votes
4answers
29 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 ?
0
votes
2answers
30 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
17 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 …
0
votes
1answer
32 views
Frozen Resharper installator
Im testing latest 5.0 night builds and starting from last build R# installatior has frozen.
I've tried everything
- install / uninstall
- add remove programs / repair
- install previous 4.5 version
- …
0
votes
1answer
12 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
0answers
18 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 …
0
votes
1answer
20 views
how to assign a test file in resharper?
how to assign a test file in resharper?
whenever I select 'run tests' it says no test file found.
I created a test project, how do I link it?
0
votes
1answer
18 views
Resharper colors settings missed in VS tools/options
I've missed all Resharper's colors options in VS tools/options/fonts & colors
(There is no entry started with "Resharper" word)
Is it the way to bring them back ?
1
vote
2answers
47 views
How to install MSpec BDD Framework?
Does anyone know if there is an MSpec installer with R# and/or TestDriven.NET support?
1
vote
2answers
47 views
Resharper Colouring Variables In Red
Ok - I feel stupid but if I type a variable Resharper highlights the variable RED and then suggests split declaration and assignment
Now I want this suggestion but I do not want the variable to be …
4
votes
1answer
182 views
Anyone tried JustCode?
Have you used JustCode? is it better than resharper? seems like performance better. Do I need to uninstall resharper before using JustCode?
-1
votes
3answers
88 views
[C#] What complex refactoring features do you wish there were?
Tools like CodeRush and Resharper offer lots of simple refactorings, such as 'Rename Variable'. But if you could have any refactoring feature at all (no matter how complex), what would it be?
(I …
0
votes
0answers
18 views
Intellisense in asp.net-mvc pages stops working after build
In my solution there are several projects of which some are asp.net-mvc sites.
In my views (webforms engine) I get intellisence but it is lost as soon as I do a build.
When I clean again, the …
0
votes
2answers
33 views
how to do a “Move type to another file to match its name” accross a complete solution
Hi
does anyone know of a way to split all classes in one solution into multiple files?
The point here is that I've inherited a project in which a few hundred files contain a thousand or so …
