Hello,
The "Inspection 'Unresolved references to html tags' options" seems to only inspect HTML GWT host pages.
It also seems to affect the "code completion" feature to find id tagded elements.
For example from the GWT starter project:
RootPanel.get("nameFieldContainer").add(nameField);
"nameFieldContainer" is marked as a unresoved reference when I rename the host from from HTML to JSP.
Is there a way to configure the GWT references inspection and code completion to inspect jsp pages that are used as the GWT host page?
IntelliJ 12.1.6
GWT 2.6
Thanks,
Jason