In the Delphi IDE you can hold CTRL and click on a method to jump to its definition. In Visual Studio 2008 you have to right-click and select "Go To Definition". I want to get Visual Studio to behave like Delphi in this regard.
Is there a way to get this working in Visual Studio 2008? Click then F12 does work but is slower than CTRL+click.
You could create an Autohotkey script that does that. When you ctrl-click a word, send a doubleclick then a F12.
I don't have AHK handy so I can't try and sketch some code but it should be pretty easy; the AHK recorder should have enough features to let you create it in a point 'n' click fashion and IIRC it is smart enough to let you limit this behaviour to windows of a certain class only.
When you have your script ready just run the script in the background while you code. It takes just an icon in the Notify bar.