Lightning Visualforce tag not recognized

Issue #507 resolved
Eric Alexander created an issue

The VF tag:

<apex:includeLightning/>

causes the inspector to display "Unknown HTML Tag"

Screen Shot 2017-01-05 at 12.10.21 PM.png

Comments (7)

  1. Scott Wells repo owner

    Yeah, IntelliJ caches the underlying XSD pretty aggressively. You can force it to flush by pressing Cmd+B on any tag that is already supported. It'll navigate to the XSD and refresh itself.

  2. Log in to comment