Archive

Posts Tagged ‘Camel Case’

Coderush Quick File Navigation tool window

May 5th, 2011 4 comments

Quick File Nav navigation CodeRush feature allows you to switch between all files in a solution. The shortcut key for this tool window is the Ctrl+Alt+F. Once you press the shortcut, the following window appears at the editor caret position or at the center of the Visual Studio main window:

CodeRush Quick File Nav main window

Read more…

Camel Case Navigation and Selection

November 10th, 2010 Comments off

Camel Case Navigation (also known as Camel Case Nav) moves the code editor text caret to the next or previous lower case to the upper case transition of the current word. Camel Case Nav is built using DXCore action components, so it is activated via shortcuts.

Read more…