SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
47 stars 8 forks source link

Make this more prominent or default option #108

Closed markovicdenis closed 3 weeks ago

markovicdenis commented 3 weeks ago

It took me so loong to figure out why this extension crashes, most people just end up switching to the other phpstan vscode version. I would suggest to make this the default, since nobody actually doesn't use xcode when doing PHP development and the FAQ below gets probably skipped by 90%.

  "phpstan.ignoreErrors": ["Xdebug: .*"]
SanderRonde commented 3 weeks ago

Good point, will do that :)