Is there an option or a plugin which allows me to toggle a "magic semicolon"

已回答

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

请先登录再写评论。