Code completion in 103.59 a step back? [solved]
Did auto code completion change in IntelliJ 103.59 compared to previous EAP release?
Think it got less "intelligent".
When I type:
var myVar:MyObject = new
after new it doesn't offer MyObject at the top of the list anymore, instead alphabetical.
Please sign in to leave a comment.
are you using smart copletion (ctrl + shift + space)?
Was using just the new auto completion while typing.
This is really odd - now it is working perfectly!
I'll try to find the constellation again, where it didn't work...
Ok, wasn't able to reproduce the problem.
No clue why this happened.
Problem solved :-)
Noticed the problem again editing the script part of a mxml file in IntelliJ 10.0.2.
Other mxml files in the project still worked ok.
After restarting IntelliJ the little problem is gone.