IntelliJ Idea 10:如何在.txt文件中关闭自动完成功能

问题描述:

我刚刚升级到IntelliJ IDEA 10,它已经开始做一些非常烦人的事情了。在.txt文件中编写文档时,它已经开始在我输入时给出了单词建议。这不仅仅是帮助,而是在消耗系统资源的同时激怒我。我无法在设置窗口中找到关闭此功能的方法。也许有一种方法可以告诉Idea不要对某些文件类型或代码注释执行此操作?

I've just upgraded to IntelliJ IDEA 10, and it has started doing something extremely annoying. While writing documentation in a .txt file it has started giving me word suggestions as I type. This is, instead of helping, just irritating me while also consuming system resources. I haven't been able to find a way to turn this off in the Settings window. Perhaps there's a way of telling Idea not to do this for certain file types or in code comments?

干杯,

R

转到设置 - >编辑器 - >代码完成并在(ms)中解开Autopop代码完成,或者如果你将此设置为1000,然后它会给你时间在弹出之前进行打字。

Goto Settings->Editor->Code Completion and untick Autopop code completion in (ms), or if you set this to something like 1000, then it give you time to carry on typing before poping up.