Tagged Questions
The refactorpro tag has no wiki summary.
2
votes
3answers
156 views
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)
1
vote
1answer
202 views
Ctrl+' (Apostrophe) Refactor! binding dosn't work when Notepad++ is open?
This is a really odd one that has been annoying me for some time, I use CodeRush and Refactor Pro at home and at work, since the switch to Visual Studio 2010 I have been unable to use the keyboard ...
1
vote
1answer
156 views
Problem after install CodeRush and ReFactor
I have installed CodeRush and ReFactor package but i don't see any changes on my Visual Studio 2010 ide. I check add-in and extension manager but i don't see anything belong CodeRush or ReFactor. Do i ...
1
vote
1answer
235 views
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 ...
0
votes
1answer
160 views
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 ...
0
votes
2answers
811 views
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 ...