coderush

Resharper or CodeRush - global rename

Is there a way to rename all methods, properties etc. suggested by R#. I have code that I converted from java and all methods and properties are in the format like this "onBeforeInsertExpression" and I want them to follow camel casing that is common in .NET. This question is also for CodeRush. ...

DevExpress CodeRush/Refactor - Context Specfic 'Tips'

I decided to give CodeRush/Refactor a go (after a rial of Resharper) and one problem I have is that CodeRush/Refactor puts a lot of 'artifacts' in my code window. By 'artifacts', I mean icons/glyphs next to every Method, Property and Field name, green 'return key style' icons next to every property getter and boxes around getter metho...

CodeRush Xpress: disable the locator carets?

I want to disable the "locator carets" put down by CodeRush when i execute one of it's commands, how can i do it? ...

Resharper or CodeRush - change flag from negative to positive

I have a class that has negative flag ("DoNot{Action}"). I would like to change this flag to positive "Do" and change all checks in the code, basically negating them. Is there such refactoring? Here is an example. If I change the flage DoNotFilter to DoFilter all code that looks at this flag should change accordingly. public bool DoNot...

How can I get DevExpress "Rename a variable" to work in VS 2008?

How can I get DevExpress "Rename a variable" to work in VS 2008? I just upgraded from VS 2005 to VS 2008. In VS 2005, the F2 key used to invoke the DevExpress Rename. In VS 2008, F2 appears to do nothing. I installed both DevExpress CodeRush and RefactorVB. I am not sure if RefactorVB was what I had installed on VS 2005. We stored all...

Code Rush: Keyboard Shortcut to Add Using Statement

In VS 2008, when the caret is on the name of the class which doesnt have a using statement in the file, SHIFT+ALT+F10 will bring up a context menu to add the using statement. Is the same function possible with Coderush/Refactor Pro, only using the CRTL+' shortcut? Id CodeRush/Refactor Pro doesn't support it out of the box then an Add...

Code Rush: Keyboard Shortcut to Change Member Scope

When using CodeRush/Refactor Pro, I can use my mouse to toggle a context menu to change the scope of a member. By default, pressing CRTL+' doesn;t toggle this menu. Is there anyway to achive this using a keyboard shortcut? A soltuion involving CRTL+' would be ideal. ...

Intellisense broken after installing CodeRush Devexpress

I've recently installed CodeRush Devexpress, and now VS intellisense doesn't appear whilst I'm typing. Syntax highlighting also seems to be a little bit screwed, but my main worry is intellisense. Any suggestions for getting Intellisense back without doing an uninstall of CodeRush? Update: In the end, I uninstalled CodeRush, uncheck...

Disable CodeRush

I don't want to uninstall code rush. I just want to have the chance ti turn it off when I dont want it. Is this possible? (express version)... ...

[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 know, everyone wants a 'make program perfect' refactoring, but let's be realistic here.) ...

CodeRush - Do That Suggested Fix - (shortcuts)

What is the keyboard shortcut to get CodeRush to do the #1 suggested fix for the situation? Do I really have to hover over the problem long enough to get the ellipse to show up and then pick a choice? Also is there a way to jump to the next problem area? ...

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 before I try a uninstall / reinstall? I'm sure there must be something buried in the Options that these plug-ins hook into or override. ...

Is there something like CodeRush from Java?

Is there something like CodeRush for Java? ...

coderush underline errors

Hi all, I am trying out coderush after spending a lot of time with resharper. In resharper it is possible to underline all errors as you type. Is this function available in coderush? if so how do i turn it on? thanks in advance ...

When sorting using statements with DevExpress Refactor Pro can I make it so all System namespaces are at the top?

i want all of the system usings at the top (sorted alphabetically) and then all other using statements afterwards (sorted alphabetically) ...

Scroll Wheel in Delphi 7 with CodeRush

One casualty of my brief dalliance with Delphi 2010 and subsequent return to using Delphi 7 was my acceptance of the wheel-scrolling behaviour in Delphi 7 with CodeRush installed. The scroll wheel scrolls horizontally in that environment, which I've accepted for all these many years. But it sure was nice to have vertical scrolling whil...

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. I've seen several posts discussing the merits of one tool versus another. However, I haven't been able to find any discussion of a method...

How do I force Coderush to always display the context menu when I trigger a Refactor?

It seems that starting v9.3 by default CodeRush disables the Refactor context menu and performs the Refactor if there is only one option. How do I force Coderush to always display the context menu when I trigger a Refactor even if there is only one option? ...

Resharper vs. Coderush - 2010 remake

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 better? What about any other products that may be out there? This one will probably be on my dime, so I'd like the wisdom of those with exp...

Moving from CodeRush to ReSharper (or vice-versa). Any resources/help for making the transition?

I've been using CodeRush with Refactor! Pro for a while, but I'm considering moving to ReSharper. Once I uninstalled CodeRush, I immediately began to miss some key features, including: navigating references using the Tab key, renaming variables, methods, etc. with the F2 key, basic refactorings such as Extract Method, etc. I'm sure ...