Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable "HTML error checking for this file is disabled" hint in Netbeans

Tags:

netbeans

How do I get rid of the "HTML error checking for this file is disabled, you can enable it by this hint" hint in Netbeans? It appears as a warning on the first line of every .php file, so I have hundreds of these showing up.

like image 652
Luke Avatar asked Sep 07 '11 18:09

Luke


2 Answers

Go To Tools|Options|Editor, select "Hints" and language set to HTML. There you can choose what to use and what to not

like image 79
ladar Avatar answered Sep 22 '22 16:09

ladar


You just need to enable HTML error checking, click on the light bulb on the hint and you should be taken to the configuration screen to do that.

like image 28
Clive Avatar answered Sep 25 '22 16:09

Clive