KotlinIsland

Results 497 comments of KotlinIsland

Oh right, yeah, read that backwards. Your solution would lead to nothing else being fixed, which is not desirable.

Ahh, good point, I didn't anticipate this complication. I see two possibilities: 1. We point to the directory containing the executable, instead of the executable itself. 2. We automatically handle...

> for clarity I completely agree. Additionally, this PR contains only a rough draft, I couldn't figure out how to make macro fields work properly.

@koxudaxi, I am on 0.0.31, and I am still experiencing the issue

> How would the plugin behave if the user is in the middle of editing the toml file and ruff gets executed, resulting in an error? Would it not become...

Could I suggest a file level banner error over a balloon notification, I fell it would be better suited.

@urob `I` don't cover unused import: https://docs.astral.sh/ruff/rules/unused-import/ Unfortunately, I do want unused imports to be removed, and I find it extremely valuable. But removing them on save is a nightmare,...

@FieryDruid I'm talking about the plugins config file `.idea/ruff.xml`, not the actual ruff config file.