简体   繁体   English

在Visual Studio 2013中打开MSDN页面的快捷方式是什么

[英]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. 我认为打开默认C#方法类等的相关MSDN页面可能会有一些捷径。

Such like: 如:

String variableName = "Variable";

press some shortcut while String focused and it opens: String Documentation 在String处于焦点状态时按一些快捷方式,它将打开: String Documentation

Place the cursor on the keyword and press F1. 将光标置于关键字上,然后按F1。 You will be redirect to related MSDN page. 您将被重定向到相关的MSDN页面。 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. 将光标放在String ,然后按F1键,您将被重定向到String文档的MSDN页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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