Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio ctrl + space opens documentation window

I have updated my Android Studio to the newest version, but now when I call the auto-completion/suggestions with CTRL+SPACE the suggestion box opens but the documentation window opens as well.

Has anyone experienced this and know how to disable the opening of the documentation window?

like image 395
wasp256 Avatar asked Aug 09 '13 20:08

wasp256


3 Answers

I'm using Android Studio 0.8.1 on OSX and have been experiencing the same irritating behavior.

The answer by @daniel-gabriel was not was I was looking for.

A better solution seems to be to go to Preferences > IDE Settings section > Editor > Code Completion (in AS 1.2.2 located in Preferences->Editor->General) and unticking the option Autopopup documentation in (ms):

like image 59
Nirrek Avatar answered Oct 17 '22 19:10

Nirrek


Ctrl-Q toggles between doc window states (when using the default keymap).

Possible states are:

-Hidden
-Shown to the side of the auto-complete list
-Docked as one of the tabs

If you have a different keymap, you can search for this action in Settings -> Keymap. The action is called "Quick Doc".

like image 24
Daniel Gabriel Avatar answered Oct 17 '22 19:10

Daniel Gabriel


For ubuntu 14.04 : File > Settings > Editor > General > Code Completion

And unticking Autopopup Documentation will hide it.

like image 36
JItesh SUvarna Avatar answered Oct 17 '22 19:10

JItesh SUvarna