IntelliJ Idea 10: how to turn off auto-complete in .txt files

一个人想着一个人 提交于 2020-01-01 02:46:08

问题


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?

Cheers,

R


回答1:


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.




回答2:


You are not alone, please watch/vote for IDEABKL-5963.




回答3:


For intelliJ 2016.2.2, it defaults to auto insert code suggestions which is very annoying. Even when typing space, it overrides what I'm typing and puts something random in. Here's the solution:

  1. Go to Settings > Editor > General > Code Completion

  2. Then, UNCHECK the box that says "Insert selected variant by typing dot, space, etc." See screenshot below



来源:https://stackoverflow.com/questions/4985663/intellij-idea-10-how-to-turn-off-auto-complete-in-txt-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!