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.

0

Please sign in to leave a comment.