简体   繁体   English

带Python的Visual Studio F1帮助

[英]Visual Studio F1 Help w/ Python

Coming from a C++ background, I often made good use of Visual Studio's F1 help functionality to instantly take me to a help page of a function for examples or more explanation. 来自C ++背景,我经常很好地利用Visual Studio的F1帮助功能立即将我带到该功能的帮助页面,以获取示例或更多说明。 This saved me from having to google the function. 这使我不必去谷歌搜索该功能。 Are there similar help pages for Python, as I am just starting to learn it. 我刚刚开始学习Python时,是否有类似的Python帮助页面。 If nothing official, is there a extension that could serve the same purpose of easily getting help information from the press of one button(s)? 如果没有官方授权,那么是否有扩展程序可以达到通过按一个按钮轻松获得帮助信息的相同目的?

I am running Visual Studio 2017. 我正在运行Visual Studio 2017。

Thanks 谢谢

No. Visual Studio doesn't ship with Python documentation , and you cannot rebind F1 to do arbitrary things. 。VisualStudio并未随附Python文档 ,因此您无法重新绑定F1来执行任意操作。

Instead, you can use the online documentation , or download it in PDF, HTML or CHM form then open it when you need it. 相反,您可以使用在线文档 ,或以PDF,HTML或CHM格式下载 ,然后在需要时将其打开。

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

相关问题 用Python解释F1 2012 UDP数据包 - Interpreting F1 2012 UDP packets in Python Python 如何使用(function F1 内部的变量) function 内部(F2 在 F1 内部) - Python how to use (variables inside function F1) inside function (F2 which is inside F1) 在Python中动态创建函数-f(2)无法解析(f1) - Creating functions dynamically in Python — f(2) cannot resolve (f1) Python Catboost:多类 F1 得分自定义指标 - Python Catboost: Multiclass F1 score custom metric 如何在 python 中使用多处理计算 f1 分数? - How to calculate f1 score using multiprocessing in python? f1或下采样后的准确性评分-分类,svm-Python - f1 or accuracy scoring after downsampling - classification, svm - Python GridserachCV,python 中的 make_scorer,用于 class 特定 F1 - GridserachCV, make_scorer in python, for class specific F1 如何在 python 中找到已经训练和保存的 model 的 f1 分数 - How to find f1 score of a already trained & saved model in python 如何解决python中的表达式,例如f1(x) = f2(x)? - How do I solve expressions in python such as f1(x) = f2(x)? 在 Visual Studio Code (Python) 中使用调试/运行按钮和 F5/Ctrl+F5 时的不同行为 - Different behavior when using Debug/Run button and F5/Ctrl+F5 in Visual Studio Code (Python)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM