How do I disable the documentation pop-up window on hover in PyCharm?(如何在 PyCharm 悬停时禁用文档弹出窗口?)
问题描述
每次我用鼠标悬停在任何东西上时,它都会打开这个令人讨厌的文档页面,我每次都必须关闭它.我搜索了类似的线程,例如 this 和其他一些无法解决我的问题的线程.从 PyCharm 关闭自动弹出文档功能并不能解决鼠标悬停问题.
Every time I hover over anything with my mouse it opens up this obnoxious documentation page that I have to close everytime. I have searched similar threads like this and a few other ones that do not address my problem. Turning off the autopopup documentation feature from PyCharm does not solve the mouse hover problem.
推荐答案
我也遇到了同样的问题.
I had the same problem.
对我来说,禁用 File/Settings/Editor/General/Show quick documentation on mouse move 处的标记效果很好.(我的Pycharm版本是2016.2.2 Community).
For me, disabling the mark at File/Settings/Editor/General/Show quick documentation on mouse move worked well. (My Pycharm version is 2016.2.2 Community).
还有另一个选项General/CodeCompletion/Autopopup documentation.
我都禁用了.
这篇关于如何在 PyCharm 悬停时禁用文档弹出窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 PyCharm 悬停时禁用文档弹出窗口?
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
