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 悬停时禁用文档弹出窗口?


基础教程推荐
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 筛选NumPy数组 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01