Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 800
steven smith Avatar asked Dec 24 '16 23:12

steven smith


3 Answers

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

like image 152
Jeffery Ma Avatar answered Oct 29 '22 08:10

Jeffery Ma


This option

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

Regards!

like image 8
Daniel P. Delfino Avatar answered Oct 29 '22 08:10

Daniel P. Delfino


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

like image 2
Iván Yoed Avatar answered Oct 29 '22 08:10

Iván Yoed