When I press F1 in Visual Studio 2008, I would like to start .NET reflector and navigate to the selected class/method (instead of waiting for the Visual Studio documentation to start up).
Is it possible to configure Visual Studio in that way?
Follow-up question:
- how to determine the type/assembly under the caret (as described in x0n's answer)?