Displaying PHPStan Errors in the Project Errors Tab
Is it possible to configure PHPStan errors to appear in the Project Errors tab?
Problem
Currently, errors are only shown in the Problems > File tab, which means you only see issues related to the file you’re editing. This can be problematic because making changes in one file might introduce errors in other files, and the IDE does not provide any warnings about those.
Current Workaround
At the moment, I’m using a custom file watcher that runs PHPStan in the terminal whenever files change. If there are errors, a popup appears. While this helps catch issues across the project, it’s a bit inconvenient since the popup window covers my Problems tab and interrupts my workflow.
Desired Solution
It would be much more efficient if PHPStan errors could be displayed directly in the Project Errors tab. This way, I could immediately see all issues across the project without relying on external popups or switching contexts.
请先登录再写评论。
Hello Dvd Rudman,
This should have already been fixed in 2025.2.x. Could you please try?