koxudaxi / ruff-pycharm-plugin

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

(🐞) caret moves on format, and inconsistently based on action taken #388

Open KotlinIsland opened 4 months ago

KotlinIsland commented 4 months ago

Before

[
    <CARET>
]
print()

After 'reformat code'

[]
<CARET>print()

After 'save file'

[]<CARET>
print()

Expected (both)

[<CARET>]
print()
koxudaxi commented 3 months ago

I will change the status once it seems appropriate to add functionality in the ruff.