Android Studio Turn Off Documentation Popup

3k Views Asked by At

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!

4

There are 4 best solutions below

1
Daniel P. Delfino On

This option

File->Settings->Editor->General->Other->uncheck "Show quick documentation on mouse move" worked for me on Android Studio 3.0.1

Regards!

1
Jeffery Ma On

Android Studio -> Preference -> Editor -> General -> Code Completion -> Show the documentation pupup in XX ms

uncheck the option.

enter image description here

enter image description here

enter image description here

1
Ivan Yoed On

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:

Here you see the simple steps

0
DroidClicketyClacker On

The location in Settings for turning this feature off has been moved.

New Location: Preferences > Editor > Code Editing > Quick Documentation

enter image description here