You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was also looking into this, but I think part of the problem is PHPStan only provides the line number, not the line column (aka. where on the line is the error) like some other error checkers do.
You might have some luck using the Problems tab instead of relying on the line highlighting, as that will show you all the errors from the file? I know that's not ideal, maybe send a feature request to PHPStan directly.
First off, thank you for providing this awesome extension 👍
But I'm wondering if the output I get for the found errors is working correctly 🤔
As you can see, it is only shown by the little red line on the start of the line. Is that the way it is supposed to be?
I would prefer it if it would highlight the whole line or the portion of it that is wrong. Is it possible to do so?
Thank you! 😁
The text was updated successfully, but these errors were encountered: