简体   繁体   中英

What is the shortcut for opening MSDN page in Visual Studio 2013

I am thinking that there may be some shortcut for opening the related MSDN page for default c# methods classes etc.

Such like:

String variableName = "Variable";

press some shortcut while String focused and it opens: String Documentation

Place the cursor on the keyword and press F1. You will be redirect to related MSDN page. Example in your case

String variableName = "Variable";

Put your cursor on String and press F1 you will be redirected to MSDN page of String documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM