Eclipse Zend PDT hides todo / tasks / warnings from zend-framework

Is it possible to hide tasks / todo tasks / warnings from specific folders in eclipse? For instance. I am using the Zend structure in one of my projects with the zend mvc folder structure. So zf is in the folder library. Having multiple hundrest todos from the Zend library in my project is distracting.

+6
source share
1 answer
May be this will work for you. Right click project Select properties Select validation Check Enable Project specific settings On the XML Validator row, click the '...' button Select Exclude Group Click Add rule Select 'Folder or file name' Click Next Select files or folder which are not validated. Click Finish Click OK Click OK 
+2
source

Source: https://habr.com/ru/post/917714/


All Articles