Eclipse: Ignore warnings for a specific file type, but retain color syntax

I have some .tpl files in my PHP project and I want Eclipse to keep the HTML color syntax, but not check the syntax (if .tpl has errors or warnings).

Thanks in advance for your help.

+3
source share
1 answer

You can achieve this by going to the "Problems" view, click the triangle down (top right corner of the view) and select "Customize content ...". A new window will open that allows you to configure which warnings / errors to show.

+1
source

All Articles