androidintellij-ideaandroid-studio

How to disable Code Completion in Android Studio?


I am new in Android Programming and I want to disable the auto-completion in Android studio. I think this might even improve my coding ability and help me to understand the API Structure. I've done a lot of search in Google, but nothing found positive. So how to disable the auto-completion in Android Studio ? I want disable code-completion of every language (XML,JAVA,Groovy...).

I want to show nothing even if I press the ctrl+space .


Solution

  • Go to File-> Setting-> Editor unchecked all check box

    enter image description here

    Then Go to File-> Setting-> Keymap-> Main Menu->Code->Completion remove all hot keys and apply.

    enter image description here