views:

39

answers:

3

How to set Visual Studio 2008, so when I click left mouse button while holding CTRL it triggers action "Go To Definition" ?

+2  A: 

There is no way to set this from the options. You could write your addin, but this is too much pain for something like this.

Nikola Smiljanić
Thanks. You would thought that such code navigation is the most natural thing...
JohnM2
+3  A: 

I do not think this can be done.

But there is an alternative shortcut F12 (In VB mode i guess)

You can check also check the shortcuts from Tools->Options->Keyboard

Xinxua
+4  A: 

If you are asking because you have seen others use this functionality, then it is likely they had the add-in Resharper installed — this is one of the many features provided.

Paul Ruane
Actually, I use his functionality myself in one of PHP IDEs.
JohnM2