问题
When I'm using Visual Studio, I can press the F1 function key when the cursor is on a method and the associated MSDN documentation for that method will be displayed. I'm currently developing an iPhone application using MonoDevelop/MonoTouch and it would be really useful to be able to do the same thing. Does MonoDevelop provide this functionality or do I need to use my browser to search for the SDK documentation? I've googled and the only reference I've found to this behaviour is to press Command-Quote which does nothing on my system. Is there an alternative that provides a better experience?
回答1:
Yes, however the shortcut on Mac is Cmd-Opt-? (i.e. Cmd-Opt-Shift-/ on US keyboard). You can rebind it to another key if you want in the preferences dialog.
来源:https://stackoverflow.com/questions/13242106/context-sensitive-sdk-help-in-monodevelop