是否可以使用 kb 快捷方式获取所选 Intellisense 下拉功能的 MSDN 帮助(本地或网站)?

发布于 2024-08-24 16:02:56 字数 101 浏览 5 评论 0原文

因此,我经常想知道某个函数的作用是什么,然后打开浏览器并前往 MSDN 查看更全面的描述。是否有键盘快捷键可以用来自动打开 Intellisense 下拉列表中所选功能的 MSDN 页面?

So, very often do I wonder what a function does and open up a browser and head to MSDN to check more comprehensive description. Is there a keyboard shortcut I could use to open up the MSDN page of the selected function in the Intellisense dropdown automatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

儭儭莪哋寶赑 2024-08-31 16:02:56

我通常只需按 Enter 键将其插入到源代码中,然后按 F1 键即可看到光标下标识符的帮助信息。我不确定是否有一个可以直接从下拉列表中将您带到那里,但简单的 Ctrl+Z 会稍后删除插入的标识符。

I usually just press Enter to insert it into the source code, then press F1 which takes you to the help of the identifier under the cursor. I'm not sure if there's one for taking you there straight from the drop-down, but a simple Ctrl+Z removes the inserted identifier later.

尐偏执 2024-08-31 16:02:56

当光标位于该函数上时,可以按 F1。它会显示该函数的 MSDN 帮助。你甚至不需要突出显示它

You can press F1 when your cursor is on the function. It will show you the MSDN help of the function. You don't even need to highlight it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文