3

I would like to disable the warnings Netbeans is throwing when it's not finding classes because it's flooding my IDE.

For example, for this bit of code:

<div class="portlet light">
    <a class="navigation" href="/home">Home page</a>
</div>

I have 3 warnings about the class being not defined.

LucileDT
  • 546
  • 1
  • 6
  • 22

1 Answers1

3

Go to: Tools > Options > Editor > Hints

Then in Language select HTML

Under CSS, uncheck Missing CSS Class and Missing CSS Class In Partials

LucileDT
  • 546
  • 1
  • 6
  • 22