SanderRonde / phpstan-vscode

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

Assing code actions to diagnostics #94

Closed jrmajor closed 1 month ago

jrmajor commented 1 month 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 1 month ago

Good one, should be done