dubreuia / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
MIT License
529 stars 102 forks source link

Auto format with semi colon to end a statement #343

Open pstephenwille opened 4 years ago

pstephenwille commented 4 years ago

Describe the solution you'd like I would like the option to add semi colons to the end of statements.

    final DoublyLinkedListNode node = new DoublyLinkedListNode(head.next.data);

For what product all products and languages

dubreuia commented 3 years ago

Hello @pstephenwille, thank you for your interest in the plugin. I won't have time to implement that anytime soon, but PRs welcomed. Closing this for now, but I'm adding this to the "ideas" board.