开发者

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

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 i开发者_StackOverflowrritating 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?


Goto

Settings/Preferences -> General -> Editor -> Code Completion 

and untick Show the parameter info popup to something like 1000 (ms), then it give you time to carry on typing before the pop up.

Or disable settings such as Show suggestions as you type


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

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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜