-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue class (optionally) in the error description #287
Comments
If you use quick fixes it'll add the suppression automatically. You can also click the number link in the hover and it'll send you to the corresponding page. |
@tm1000 would you be opposed to including the issue type in the message itself though? This could be a simple server-side fix, and all clients would benefit from it. I, for one, would love to see it in nvim as well, e.g.: |
I don't mind 😀 |
That was quick. Thanks! |
Would be nice to have the ability to add the issue type to the error description.
As it is, if I want to suppress a particular error, I have to run psalm externally in order to obtain the class of issue that I want to suppress.
For example, instead of just "Unable to determine the type that $x is being assigned to", it could say "[MixedAssignment] Unable to determine the type that $x is being assigned to".
Is this already possible to do?
The text was updated successfully, but these errors were encountered: