3

I use Eclipse with Vaadin 8 and Vaadin Designer. In the Source mode view of the Vaadin designer, i get warning for all my Vaadin Elements. It is not a problem for the system but it is annoying to see these warnings all the time. I have added a shreenshot. How do I resolve these warnings?

unknown Tag

sulox32
  • 419
  • 3
  • 19
  • I guess you have to contribute your patch for that here: https://github.com/vaadin/eclipse-plugin – howlger Sep 01 '21 at 08:26

1 Answers1

4

The easiest way is just right click the editor and go preferences / web / validation. Select what you want to do with "Unknown tag name", e.g. ignore. You can set this for specific project, if you need html validation in other projects.

enter image description here

Tatu Lund
  • 9,949
  • 1
  • 12
  • 26