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 悬停时禁用文档弹出窗口?
基础教程推荐
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- 求两个直方图的卷积 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 包装空间模型 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
