views:

627

answers:

3

It is possible to use CRX with VS 2010: http://stackoverflow.com/questions/1441554/can-i-use-coderush-xpress-in-visual-studio-2010

Refactor Key works. (After assigning the shortcut)

What doesn't work is QuickNav and QuickFileNav. The Standard Shourtcut for QuickFileNav is CTRL+ALT+F, which is conflicted with VS View.F#Interactive.

But removing this shortcut or changing the shortcuts for QuickNav and QuickFileNav doesn't bring up the nav-windows.

NextReference (TABULATOR) doesn't work

Any solutions?

Other issues?

+5  A: 

Sorry, but the following features are no longer included in CodeRush Xpress for VS 2010. This was a Microsoft requirement, and we (DevExpress) can't violate it.

  • Tab to Next Reference
  • Highlight References
  • Quick Nav
  • Quick File Nav

  • Declare Method

  • Declare Constructor
  • Declare Property (auto-implemented)
  • Declare Class
  • Declare Enum
  • Declare Enum Element
  • Declare Interface
  • Declare Struct
  • Declare Field

It looks as if the only thing we can suggest is to install the full CodeRush Pro version if you wish to use these features, sorry.

Alex Skorkin
That's certainly a shame, but can I suggest making this much clearer on the DevExpress website? I had to find this out by searching and finding this answer.
Kent Boogaart
Thanks for the suggestion, Kent. We'll make it clearer on the DevExpress website.
Alex Skorkin
+3  A: 

VS 2010 replacements for CodeRush XPress features that don't work

Tab to Next Reference

Ctrl + Shift + UP/Down Next reference in current file!

Shift + F12 Find references in all files

Highlight References

done by VS per default

Quick Nav

Alt + F12 for Find Symbol

Quick File Nav

Ctrl + # type >open then you get auto completion for files

Declare things is done by VS

write sth. VS doesn't know, Ctrl + . create new type


I ended up using DPack for navigation (ALT+S, ALT+U...)

HumerGu
A: 

HumerGu, thanks for the VS replacements overview. However, I can't get Quick File Nav to work. Ctrl + # doesn't do anything...

Thanks, Matthijs

Matthijs
it just moves the focus to the "Find Edit Box" in the toolbar. No window opened...
HumerGu
Thanks, I see it now.
Matthijs