trailing-semicolon

Add (or remove) a semicolon (or a comma) at the end of the line.

pimartin

5,566

24

1.1.0

MIT

GitHub

trailing-semicolon

Description

Add (or remove) a semicolon (or a comma) at the end of the line.

Features

How to use

Press ctrl-; or ctrl+, to add/remove a semicolon at the end of the selected lines. The context menu can also be used in the editor, see the "Trailing..." sub-menu.

Two commands aren't binded to any keys by default : trailing-semicolon:semicolon-newline and trailing-semicolon:comma-newline. They have the same behavior as the default commands but also start a new line (exactly as ctrl-enter would do).

Known issues