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.
...
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...
I want to disable the "locator carets" put down by CodeRush when i execute one of it's commands, how can i do it?
...
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?
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...
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...
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.
...
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...
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)...
...
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.)
...
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?
...
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 for Java?
...
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
...
i want all of the system usings at the top (sorted alphabetically) and then all other using statements afterwards (sorted alphabetically)
...
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...
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...
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?
...
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...
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 ...