I've been writing a lot of JSDoc in .js files recently, and in /** comment blocks, IDEA 13 insists on autocompleting
my words with functions that are in my library collection. And it's fast -- typing 'the' and hitting enter to wrap to a new
line is enough to replace 'the' with "toHex" (ToHEx, apparently), with no observable delay. It is rage-enducing.
Here are my code completion settings:
How can I stop this from happening in comments, without giving it up in the code?