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.
Asked
Active
Viewed 2,034 times
2 Answers
8
I had the same problem.
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).
There is also another option General/CodeCompletion/Autopopup documentation
.
I have disabled both.

General Grievance
- 4,555
- 31
- 31
- 45

mk92
- 81
- 1
- 5
-
Is there any way to see this view manually after disabling "show quick documentation"? – kmecpp Nov 17 '19 at 23:05
-
Press control-Q on Windows. No idea on Mac. – Ian Sep 20 '21 at 02:36
6
This is now under File/Settings/Editor/General/Code Editing and then uncheck Show quick documentation on mouse move.
Yes, it's really super annoying. I'm struggling to learn how to use the zeta function with Scipy and still have to deal with this.