Eclipse / Zend Studio, stop checking for parts of the project tree

I have some external libraries that show "warnings", I want to stop checking this part of my project because it interferes with the valid warning messages from my source code. Is it possible?

I use Zend Studio, but it is based on eclipse, so I think the same method applies to both applications.

+3
source share
2 answers

You can try to go on to adjust the syntax of the Preferences / Validation / HTML syntax for PHP files / click on the settings. Add the exception group first, and then add the rule to your library folder. This will work, at least with pure PHP warnings. I have a similar question regarding DLTK warnings and also posted this question on the ZS forums , but I don't have much hope from there.

+1
source

I had the same addiction problem we were pulling in and the previous answer did not help (perhaps because it has changed over the past 7 years). I found a solution on the Zend forums .

: , , , !

:

  • .
  • " "
0

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


All Articles