Completion of "identifier dot" suggests keywords
Tokiru opened this issue · 1 comments
Tokiru commented
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.
Tokiru commented
<ctrl>+<space>
stands for "basic completion" in terms of Idea