ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Add custom messages to the `Fix` API

Open charliermarsh opened this issue 3 years ago • 2 comments

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).

charliermarsh avatar Dec 29 '22 23:12 charliermarsh

Looks related to #218.

squiddy avatar Dec 30 '22 07:12 squiddy

Gonna start on this. I'll make it optional, and add a few common cases.

charliermarsh avatar Dec 30 '22 16:12 charliermarsh