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

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

问题描述:

我是 Android 编程新手,我想在 Android Studio 中禁用自动完成功能.我认为这甚至可以提高我的编码能力并帮助我理解 API 结构.我在谷歌上做了很多搜索,但没有任何积极的结果.那么如何在 Android Studio 中禁用 auto-completion 呢?我想禁用每种语言的代码完成(XMLJAVAGroovy...).

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+space 也不想显示任何内容.

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.