SanderRonde / phpstan-vscode

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

Assing code actions to diagnostics #94

Closed jrmajor closed 4 months ago

jrmajor commented 4 months ago

If I understand correctly, if we assign the correct diagnostic to vscode.CodeAction.diagnostics property, the red squiggle would disapper immediately after ignoring error with a quick fix, without the need for waiting for next PHPStan run, and display a light bulb next to the diagnostic in the problems view.

SanderRonde commented 4 months ago

Good one, should be done