-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows to scan for complete directory #9
Comments
That should work fine if your phpstan.neon file includes the directory. Or do you mean having a dedicated "scan this folder" command like the "scan current file" command? |
This is working great when saving a file, but is it possible to lint all project ? In actions, I only get "Scan current file for errors". Actually, what I am looking for is to get in Problems tab the list of all project phpstan errors. Thanks |
Ah interesting idea. I'll start working on making that possible :) |
Thanks a lot !! :) |
Done :) should be live in the newest version (2.2.0) |
Awesome ! However , here are some errors. When I run "check for project errors" :
Am I missing something ? Thanks |
Ah looks like stuff is a bit broken then, will unpublish it while I investigate |
I just published a pre-release version (version |
Awesome ! You now have the best phpstan extension on vscode 😍. I have tried the 2.2.2 version, all good until now. I will keep going with it and let you know if I see some problems. Thanks again :) |
Thanks for the kind words! Good to hear it all works, I'll publish it to the non-pre-release channel then. |
Hello,
Is there a way to scan a whole directory to generate "Problems" for all project ?
Thanks
The text was updated successfully, but these errors were encountered: