koxudaxi / ruff-pycharm-plugin

PyCharm plugin for ruff. This plugin provides reformat code using ruff.
MIT License
196 stars 9 forks source link

Compatibility with rustrover #309

Open konstin opened 10 months ago

konstin commented 10 months ago

Is your feature request related to a problem? Please describe.

I can't install the plugin in rustrover (where i have the python plugin also installed) at the moment; the website tells me: https://plugins.jetbrains.com/plugin/20574-ruff

Not compatible with the version of your running IDE (RustRover 2023.3 EAP) Compatible with IntelliJ IDEA (Ultimate, Community), CLion, DataGrip, DataSpell, GoLand, PyCharm (Professional, Community), Rider

Describe the solution you'd like

The ruff plugin declared compatible with rustrover

Describe alternatives you've considered

I have to switch between pycharm for python and rustrover for rust in the same projects if i want to use the ruff (esp. ruff formatter) integration.

Additional context

The project i'm working on is mixed rust and python and the rust plugin outside of rustrover has been deprecated.