Invalid visualforce expression highlighting

Issue #114 resolved
Zoran Žunko created an issue

on the rendered attribute, attribute value is mistakenly highlighted as wrong.

Comments (6)

  1. Scott Wells repo owner

    Thanks for the report. Yeah, there are still a few places where IntelliJ tries to validate the VF expression as matching the expected data type for the XML attribute, e.g., boolean or constrained list, and doesn't have any way to infer a data type from the expression (which stinks because I could actually supply the correct one if IDEA would just ask me!). There are ways to suppress these errors, though, and evidently I didn't handle this variant yet. I'll see if I can include it in one of the upcoming releases.

  2. Scott Wells repo owner

    That is strange. I would think that IntelliJ would highlight it consistently one way or the other. Either way I'll debug into it soon after I recover a bit more from the past week at Dreamforce.

  3. Scott Wells repo owner

    I've not seen this myself in a long time, nor have I heard it reported in quite a while. Resolving for now but feel free to reopen if you see it again.

  4. Log in to comment