Strange typing artifacts (IDEA X 98.311 + Scala Plugin 0.4.207)
Using the above combination I'm getting some weird artifacts when I
type. I think that it's some kind of weird interaction between how fast
I type and the autocomplete functionality.
One of the more obvious examples is the keyword "def" which IDEA seems
to be messing up around 30-40% of the time. I typed a bunch of "def"s in
a row and here is an example of some of the things that I have been
getting (and yes, I am positive that I hit only 3 keys in every case).
def f
deff
dfef
请先登录再写评论。
It's not just you.
I've noticed similar things lately, like import turning into iimport
Upgrading to X 98.311 resolved this issue for me.
This is IDEA issue. It's fixed in trunk.
Best regards,
Alxander Podkhalyuzin.