3

I've installed coderush express for visual studio 2010 and can't figure out how to rearrange my class members so that they are arranged by convention.

How can i do this?

SpeziFish
  • 3,262
  • 2
  • 28
  • 27
Fixer
  • 5,985
  • 8
  • 40
  • 58

1 Answers1

2

The free CodeRush Xpress does not allow you to rearrange class members out-of-the-box. This can be done using the Member Organizer feature shipped in the CodeRush Pro version. The Member Organizer is an open source plug-in, so you may install it into CodeRush Xpress later. You might also ask DevExpress Support Team to send this plug-in to you.

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47
  • where can I get actual copy compatible with CodeRush Xpress 11.2.13? – hellboy Sep 25 '13 at 15:15
  • Official answer:This plug-in will be loaded correctly only if the full CodeRush is installed http://www.devexpress.com/Support/Center/Question/Details/Q526757 – hellboy Sep 26 '13 at 14:22