vscode-intelephense
vscode-intelephense copied to clipboard
Show all errors and warnings in project for all PHP files, not just opened ones
We do see all errors and warnings in the "problems" tab when we open a PHP file with errors, but they are removed from the problems tab when we close the file. It would be great to be able to see all the problems of all the files in a project.
This was requested to be globally implemented in the vscode issue at https://github.com/microsoft/vscode/issues/13953 but we were told that this is not something to be implemented globally, but per language/plugin.
I do understand not everyone would like to have this feature, or that it would be useful just for some cases or projects., specially because it would consume too many resources. A way to turn this feature on/off per project would help the user when to turn it on/off.
This would be great, I think is needed.
I used to think it was a bug, as what is asked there is the default behavior of any plugin I have used so far, for various language. For instance, for PHP, IntelliSense from Felix Becker or Damjan Cvetko fork's do the job.
I think that any middle size project needs this feature.
In my case It is impossible to open all files. Indeed, I am working on a project that have for now 58638 lines of code (without blank line and comments) for thousands of files.
This would be great!
+1 for this. It should be something which can be turned on or off though.