views:

93

answers:

1

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.

+4  A: 

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