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 多循环失败 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
