How do I disable the documentation pop-up window on hover in PyCharm?(如何在 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 悬停时禁用文档弹出窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!