views:

58

answers:

2

Hi,

What it the keyboard shortcut for adding a reference to a project in Visual Studio 2008?

Thanks

+1  A: 

In Visual Studio go to Tools -> Options -> Environment -> Keyboard

You can search all of the keyboard shortcuts and reassign them if you want to.

Project.AddReference appears to be unset out of the box, but you can set your own.

jbloomer
+3  A: 

There is no default shortcut for this however you can add one yourself:

1) Click Tools -> Options

2) Select "Keyboard" from the list on the left

3) In show commands type: "Project.AddReference"

4) Select the add reference command, click into the "Press shortcut keys" box and pick your own shortcut.

I'd suggest something like CTRL+ALT+SHIFT+R as the CAS combo tendss to have very little overlap.

Wolfwyrd