We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix
In LSP extensions, the action prompt is, like, Fix F401. We can make these a lot more specific and actionable (e.g., Remove import Foo).
Fix F401
Remove import Foo
The text was updated successfully, but these errors were encountered:
Looks related to #218.
Sorry, something went wrong.
Gonna start on this. I'll make it optional, and add a few common cases.
charliermarsh
Successfully merging a pull request may close this issue.
In LSP extensions, the action prompt is, like,
Fix F401
. We can make these a lot more specific and actionable (e.g.,Remove import Foo
).The text was updated successfully, but these errors were encountered: