firetrap
firetrap

Reputation: 2005

Android Studio documentation auto popup issue

I am new to Android Studio IDE. I was very accustomed to the Eclipse IDE and now everything seems hard to accomplish with Android Studio. One of the things which bothering me is the documentation auto popup in the settings. The popups are always overlapping the parameters info. which are important.

Does anybody know how to solve this or if it's possible at all to have the 2 options.

I've already tried changing the delays in the settings but the it's the same result.

Example image: Overlap

Upvotes: 20

Views: 3559

Answers (1)

Prad
Prad

Reputation: 515

  • Go to File > Settings or do Ctrl+Alt+S
  • Under Editor > General
  • Uncheck Show quick documentation on mouse move

Image of Settings and where to go

Upvotes: 17

Related Questions