0

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.

Jaimal Chohan
  • 8,530
  • 6
  • 43
  • 64

1 Answers1

4

You can toggle the scope using ALT + up/down arrow

Place the caret inside the method or on the same line and try it. DevExpress offers a shortcut cheat sheet here that you might find useful.

Ahmad Mageed
  • 94,561
  • 19
  • 163
  • 174