Micha Reiser

Results 768 comments of Micha Reiser

Why do I always do this... 🤦 I'm trying to find the issue again but can't for some reason. I saw it before. I'll re-open this in the meantime.

@jsh9 this is not on our near-time roadmap because there are other features with a wider reach that we want to work on.

The complexity of the requested feature isn't specifically implementing it, but: * Deciding if ruff wants to be less opinionated and support configuration flags as the one mentioned above *...

No, I'm sorry. We haven't decided on this yet

Thank you for reporting this issue. I agree, the caret moving is very annoying. We should fix this. However, I first want to understand the JetBrains plugin better because, for...

@koxudaxi oh that's interesting. The blackconnect also seems to have the [`CodeReformatter`](https://github.com/lensvol/intellij-blackconnect/blob/master/src/main/kotlin/me/lensvol/blackconnect/CodeReformatter.kt). Do you know what it's used for? Black doesn't support carret positioning either. I wonder if their plugin...

@koxudaxi I can also try to PR if that helps and you're open to it. Or maybe @snowsignal can help. She's focusing on our editor integration.

It's probably worth mentioning that I'm not against adding a `--carret` or `--cursor` option if needed. I know Prettier supports it as well. The main reason why I hope that...

@koxudaxi I played a bit with the plugin and noticed that it works as expected when: * I use the `replaceAndCommit` from blackconnect` ```kotlin private fun PsiFile.replaceAndCommit(range: TextRange, s: String)...

@koxudaxi I see you're on top of it, and I am sorry for misleading you in the wrong direction. Feel free to let me know if there's anything I can...