Skip to content

Help setting up Visual Studio

Ian Edwards edited this page Jun 13, 2017 · 1 revision

Keyboard short-cuts

By default, the keyboard shortcuts in visual studio follow the old settings for Visual Basic 6 and do not use the standard Ctrl+Z for undo and Ctrl+Y for redo. It is particularly unfortunate that Ctrl+Y instead has the undesired effect of deleting a line of code instead of performing redo and you need to remember the akward Alt+bkspce for undo.

To change this, go to Tools > Options > Environment > Keyboard, search for undo and redo and change them by selecting the Press shortcut keys box, pressing the new shortcut key combination and then clicking Assign as shown below.

Undo

Redo

Navigation bar

Visual Studio includes a useful navigation bar that is not always enabled by default (the bar is circled in red below):

Navigation bar

To switch on the navigation bar, go to Tools > Options > Text Editor > Basic > General ... and then tick the box for Navigation bar as shown in red below.

Switching on the navigation bar

Clone this wiki locally