Hi,
when I encounter a PHPStan error that I want to ignore :
I would like VS Code to add // @phpstan-ignore-next-line or // @phpstan-ignore-line for me, but there are "No quick fixes available".
It would be cool if the extension provided such "quick fixes", like ESLint for JS/TS :
Similarly, the extension could provide an autocompletion like Phan :
Hi, when I encounter a PHPStan error that I want to ignore : I would like VS Code to add
// @phpstan-ignore-next-line
or// @phpstan-ignore-line
for me, but there are "No quick fixes available".It would be cool if the extension provided such "quick fixes", like ESLint for JS/TS :
Similarly, the extension could provide an autocompletion like Phan :
Thanks in advance for considering this !