android studio ctrl + space opens documentation window

后端 未结 6 893
醉梦人生
醉梦人生 2020-12-07 18:03

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 bu

6条回答
  •  攒了一身酷
    2020-12-07 18:29

    I prefer the quicker solutions...

    Press Ctrl + Space and let the "Documentation" window pop-up.
    
    1) Click on the Settings icon and uncheck all the options except "Docked Mode".
    2) Now push documentation window to the right, so as to make it invisible.
    
    With this even though with press of "Ctrl + Space", internally command will pass 
    to open the Documentation Window but it will not be visible and interfere with the 
    workspace.
    

    I hope that helps. Happy Coding...

提交回复
热议问题