Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable the HTML class warning "class not found" in Netbeans 11.0

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.

like image 615
LucileDT Avatar asked Jan 25 '26 22:01

LucileDT


1 Answers

Go to: Tools > Options > Editor > Hints

Then in Language select HTML

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

like image 200
LucileDT Avatar answered Jan 28 '26 09:01

LucileDT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!