Is there an option or a plugin which allows me to toggle a "magic semicolon"
Answered
Basically I want all semicolons to magically move to the end of the line, wherever I actually am in the sentence.
Problem: I keep generating code that looks like this:
```
object.doThing(;
)[cursor]
```
solution: That sweet sweet toggle I'm dreaming of.
Please sign in to leave a comment.
Please see https://youtrack.jetbrains.com/issue/IDEABKL-6984.