resharper

Visual Studio themes with Resharper support?

Does anyone have any good font and colour themes for Visual Studio that will give me nice support for Resharper? The majority of themes out there don't support Resharper, and as such all the extra R# highlighting looks rubbish... Cheers! Matt ...

Resharper is surrounding NUnit [SetUp] with regions upon Code Cleanup

On Ctrl+E, C (Code Cleanup) ReSharper is surrounding the [SetUp] method with a region. Anybody know how I can make that stop? I don't like regions and I don't want them in any of my code. It's slowing me down deleting them all the time. I'm not going to stop using Code Cleanup because it's just too ace, but this aspect is annoying. ...

Is there a ReSharper template to generate a basic method?

I'm new to ReSharper and am surprised that there isn't a template defined for public void MethodName(<params>) { } I realize I could create one, but I would have thought this would have been part of the standard product. Perhaps I'm missing some other shortcut? ...

resharper export todo list

I have resharper installed and I use the todo list functionality pretty often. My question is, apart from doing a screenshot of the list is there a way to export the current list and so I can email it or communicate it to developers. Am not using team system and so cannot propogate changes/todo etc to other developers that way. Cheers ...

How to surround a code block with a using statement in ReSharper?

I'm watching Stephen A Bohlen's excellent Summer of NHibernate series, and have been watching him interact with CodeRush. I've recently installed ReSharper (I'm a ReSharper newbie), and I'm trying to find some of the ReSharper productivity equivalents that Stephen is demonstrating (tangentially) with CodeRush. As an example, he demonst...

Where is the Visual Studio 2008 Crash Log?

I have Visual Studio 2008 with SP1 installed and it is crashing when I'm using lambda expressions in the Moq Framework. At first I thought the problem was Resharper...but now that I have uninstalled it, VS 2008 still crashes. I'm able to replicate the issue every time. I'm thinking perhaps it may be some other plugin that is causing th...

Resharper run all unit tests in a project or solution at once .

i am inside the IDE and i can run all the unit tests in a file but is there any way to run all test in a project or solution at once? ...

Visual studio scrollbar

Hello, I recently upgraded VS 2005 to VS 2008. Unfortunately I have a very basic problem: In the codeview window my vertical scrollbar does not look like a normal, traditional scrollbar, but like some kind of code-preview window. It is roundabout four times wider than a normal scrollbar. The problem is that my ReSharper (4.1) seems not t...

What's a possible justification for not wrapping long argument lists? (StyleCop SA1115)

I'm stuck in a battle between ReSharper and StyleCop, and I'd like to let ReSharper win, but I want to hear the arguments in favour of StyleCop before I do that. When I'm writing long argument lists ReSharper sensibly chops the parameter list and restarts it on the next line. I find that much more readable. When I run StyleCop over the...

Have ReSharper keep 'using System;' when optimizing usings

Hello. I was wondering if there is some option to keep ReSharper from removing just the using System; directive? Perhaps this is configurable somewhere? Also, is there a way to have ReSharper sort the remaining directives just as Visual Studio 2008 does it (alphabetically, I think)? Thanks. ...

Locate in solution explorer reSharper shortcut

I am using ReSharper and love it! However I have one problem, when i hit Shift-Alt-L ReSharper only locates the file in solution explorer if the folder it is located in is open. If the folder is not open, ReSharper doesn't locate the file. ...

Using ReSharper Test Runner to run MSTest Unit Tests

I need to use the ReSharper Unit Test Runner to run my MSTest Unit Tests on VS 2008. I have heard of using "Gallio" to do this but I don't know what Gallio is (it seemed like some all purpose VS extensibility framework). Does anyone know the best way to run MSTest Unit Tests using ReSharper Test Runner? ...

ReSharper configuration in VS solution.

Anyone have experience with adding a ReSharper profile to the VS2008 solution and share between developers - would like to mimmick the behavior of CodeStyle Enforcer and how it 'follows' the solution. Any thoughts? Thanks /Jasper ...

How did you benefit from Resharper

How much code kludge could you remove using the resharper 4? I want to hear more about benefits on 10k+ codebases ...

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. ...

Coderush and resharper, do they work together?

anyone have any experience of using them together? How well does it work? or is it just too much grief? ...

How do I find and remove unused classes to cleanup my code?

Is there a quick way to detect classes in my application that are never used? I have just taken over a project and I am trying to do some cleanup. I do have ReSharper if that helps. ...

Changing Resharper's color scheme

Does anyone know how to change the ReSharper color scheme in VS2008 SP1 ? I've looked around and all the posts out there one the internet pointed to dead-ends. JeBrains at one point told users to change the colors inside VS (Tools|Options|Fonts and Colors|Text Editor) but I don't see any Resharper items in there. Thanks. ...

Is it possible to know when ReSharper's test runner is building my project?

I'm trying to use the MSBuild NUnit community task to force tests to run on each build, but I now see that when I use ReSharper's test runner and it builds the project I'm running the tests twice. It works but is not really desirable. Does anyone know of a variable or condition I can check within MSBuild so that I can skip the communit...

Resharper Shortcuts for Create Class and Move Class To New File

What are the Resharper 4 shortcuts to Create a class from usage? e.g. I type "var p = new Person();", and I want to now create the person class. Move this class to its own file? When the Person class exists in the same file next to my Order class, what is the shortcut to move it. I can't seem to find these shortcuts on the cheatsh...