Interpolation notation typing bug (auto-complete?)

Issue #1133 resolved
David Limer created an issue

Illuminated Cloud V2.0.3.8 Build 20181005083050

IntelliJ IDEA 2018.2.4 (Ultimate Edition) Build #IU-182.4505.22, built on September 18, 2018

Mac OSX v10.13.6

Likely auto completion bug Second interpolation in an outputText tag won't allow you to type an !

Repro:

On a VF page or component attempt to type the following tag:

<apex:outputText value="{!something} and {!somethingelse}" />

Observe that after the second left brace you will not be able to type an explanation point. eg . <apex:outputText value="{!something} and {

You can type anything else. You can type other random characters and then the exclamation, and delete the extra characters to get what you need. Does not seem to depend on which apex tag you use, but it does only replicate INSIDE an apex: tag.

Comments (4)

  1. Scott Wells repo owner

    Thanks for reporting. Easily reproduced. I'll plan to include a fix in the next build since it actually prevents you from being able to type the intended expression.

  2. Scott Wells repo owner

    David, I'm scrubbing old issues and am unable to reproduce this now. Wondering if I fixed it somewhere along the way and just never circled back around to resolve this. Does it still reproduce for you?

  3. Log in to comment