4069: In JSP context, Basic Completion cancels if you type SPACE or semi-colon
My #1 Annoying JSP editing bug is that Basic Completion has broken behavior.
Normally after you press CTRL+SPACE, a dropdown list will show a list of possible
completions. If you then press SPACE or semi-colon, etc. it will automatically select
the currently selected completion and then output the SPACE, semi-colon, etc.
It works fine in Java. For example, CTRL+SPACE at the cursor (|) produces a list of
choices, and I selected toCharArray(), then I hit semi-colon.
BEFORE
AFTER
With a similar situation in a JSP context, when I hit SPACE or semi-colon to select
the current completion choice, all it does is cancel the completion dropdown list.
]]>
becomes
]]>
I searched Jira, but didn't find an entry for this problem. Can someone confirm they have the
same problem, and I'll open a Jira ticket.
Thanks,
-Alex
Attachment(s):
4069_completion_inside_java_classt.png
4069_completion_inside_jsp_context.png
Please sign in to leave a comment.
In JSP context, Basic Completion cancels if you type SPACE or semi-colon
http://www.jetbrains.net/jira/browse/IDEA-6107
Sounds similar to http://www.jetbrains.net/jira/browse/IDEA-5860, although
that applies to JSP EL completion.