eclipse-archived/ceylon-ide-intellij

Completion of "identifier dot" suggests keywords

Tokiru opened this issue · 1 comments

Consider the following code:

value x = 1;
x.|

If one sets cursor in place of "|", types return and then presses + or just waits, than return will appear in suggested completion options. However pressing + right after leads to correct behavior with no keywords suggested.

<ctrl>+<space> stands for "basic completion" in terms of Idea