如何在Android Studio中禁用代码完成功能?

问题描述:

我是Android编程的新手,我想在Android Studio中禁用自动完成功能.我认为这甚至可以提高我的编码能力,并帮助我理解API结构.我已经在Google中进行了大量搜索,但没有发现任何积极的结果.那么如何在Android Studio中禁用自动补全呢?我想禁用每种语言的代码完成功能( XML JAVA Groovy ...).

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...).

即使按 ctrl + 空格,我也不希望显示任何内容.

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

转到文件->设置->编辑器取消选中所有复选框

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

然后转到文件->设置->键盘映射->主菜单->代码->完成,删除所有热键并应用.

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