phpstan-vscode icon indicating copy to clipboard operation
phpstan-vscode copied to clipboard

PHPStan plugin for VSCode

Results 11 phpstan-vscode issues
Sort by recently updated
recently updated
newest added

We have a couple of folders that are ignored by phpstan (through the excludePaths config in phpstan.neon.dist). If I run this extension in single file mode and scan a file...

Clicking on errors in anonymous classes will fail to open the file in the editor, because the file can not be found. Here is an example test.php, set phpstan to...

Running vscode with wsl2 . Have a folder in wsl environment. Installed phpstan for vscode. vscode terminal output ``` [file-watcher] Document changed, checking [check:3] Check started for file:///home/aa/work/lamp_code/test/test.php [status-bar] Showing...

I have a similar issue to this (https://github.com/swordev/phpstan-vscode/issues/11) when using this plugin. I see many runs of PHPStan happening at the same time. Not sure if it's the same issue,...

With pro disabled, everything works. However, after I've enabled pro, the extension fails to pick up that the process spawned (and is running) and instead fails with: "Failed to start...

This issue exists to diverge [this discussion](https://github.com/SanderRonde/phpstan-vscode/issues/80#issuecomment-2346338527) to it's own issue ## The problem: > With a very large project, PHPStan eats through your memory faster than you can say...

I do not know how to enable the extension after installing it. The directions assume the developer has a lot of knowledge about where to put the configuration parameters in...

I'm working on some projects where inside the main project I also have some packages source code. These packages have their phpstan.neon referencing some vendor/xxx, but vendor doesn't exist because...

Hello. I get following error when starting vscode with the extension enabled. This causes the inline errors or problem view listing to not show up. ``` Unhandled method phpstan.configResolve at...

I've read that this theoretically works with multiple workspaces But I've been unable to make it work. When I open the project individually, it works well, but inside my group...