steven smith
steven smith

Reputation: 1577

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

And none of these have worked. I'm using Android Studio 2.2.3 on Ubuntu Linux. What am I missing?
Thanks!

Upvotes: 16

Views: 3345

Answers (4)

DroidClicketyClacker
DroidClicketyClacker

Reputation: 2092

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

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

enter image description here

Upvotes: 0

Ivan Yoed
Ivan Yoed

Reputation: 4405

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

Upvotes: 2

Jeffery Ma
Jeffery Ma

Reputation: 3341

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

Upvotes: 6

Daniel P. Delfino
Daniel P. Delfino

Reputation: 81

This option

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

Regards!

Upvotes: 8

Related Questions