Android Studio Turn Off Documentation Popup
Asked Answered
T

4

16

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!

Tango answered 24/12, 2016 at 23:42 Comment(2)
Answered in #26388440Salinger
This is such an annoying "feature". Why does JetBrains enable all these distractions without permission? Constant auto popups that interfere with programming flow. No wonder VSCode is taking over.Dictum
M
8

This option

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

Regards!

Mancy answered 14/1, 2018 at 17:23 Comment(1)
Mine was unchecked and I am getting these pop ups.Kynewulf
N
6

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

Nemhauser answered 16/3, 2019 at 8:25 Comment(1)
Unfortunately this no longer works. Seems like you get the popups whether you want them or not. Thank you google for the update!Dust
G
2

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

Gorki answered 4/11, 2020 at 16:30 Comment(1)
I'll be damned, something finally works! Thank you.Dust
J
0

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

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

enter image description here

Jordan answered 21/4, 2022 at 2:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.