How to disable Code Completion in Android Studio?

5.1k views Asked by At

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 .

3

There are 3 answers

0
Ahmad Nawaz On BEST ANSWER

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

4
N J On

Go to

File-> Setting-> Editor

unchecked all check box

enter image description here

then

Go to Keymap-> type basic in search box

Then Under Main Menu-> Code -> Completion-> select Basic ->Right click ->remove Ctrl+Space

assign

Ctrl+Space to any other option

enter image description here

4
Tim Mutton On

File -> Power Saver Mode

This disables a bunch of features, including code completion