trailing-semicolon
Description
Add (or remove) a semicolon (or a comma) at the end of the line.
Features
- Key bindings (default to
ctrl-;andctrl-,) - Context menu in the editor (
Trailing...) - Multiple cursors, multiple lines
- Ignore empty lines (optional)
- Start a new line (optional with default commands, always with
trailing-semicolon:semicolon-newlineandtrailing-semicolon:comma-newline)
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
- The key bindings conflict with default configuration, you can change this in your
keymap.csonfile usingtrailing-semicolon:semicolonandtrailing-semicolon:commacommands (orapplication:show-settings).