'Android Studio Turn Off Documentation Popup
I've been fighting this for a while now. It's gotten really irritating. I've tried turning off
- File->Settings->Editor->General->show quick documentation on mouse move
- File->Settings->Editor->CodeCompletion->autopopup code completion
- File->Settings->Editor->ParameterInfo->autopopup in (ms)
- Dragging the documentation window to the side.
And none of these have worked. I'm using Android Studio 2.2.3 on Ubuntu Linux. What am I missing?
Thanks!
Solution 1:[1]
This option
File->Settings->Editor->General->Other->uncheck "Show quick documentation on mouse move" worked for me on Android Studio 3.0.1
Regards!
Solution 2:[2]
Android Studio -> Preference -> Editor -> General -> Code Completion -> Show the documentation pupup in XX ms
uncheck the option.
Solution 3:[3]
As soon as the pop up comes out, just click on the hamburger menu button, there you will see the options you have. Here is an image for you guys:
Solution 4:[4]
The location in Settings for turning this feature off has been moved.
New Location: Preferences > Editor > Code Editing > Quick Documentation
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | twenk11k |
Solution 2 | |
Solution 3 | Suraj Rao |
Solution 4 | Prince |