ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Append​Semi​Colon

by MauriceZ ALL

Easily place a semicolon at the end of a line with a hotkey

Details

Installs

  • Total 5K
  • Win 3K
  • Mac 1K
  • Linux 1K
Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6
Windows 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

AppendSemiColon

Sublime package to append semi colons at the end of a line.

Place a semicolon at the end of the cursor's current line(s) by pressing: + Command+; on OS X + Ctrl+; on Windows and Linux

This is especially useful in situations like these:

You can also automatically go to the next line at the same time like this:

with these shorcuts: + Command+Shift+; on OS X + Ctrl+Shift+; on Windows and Linux

Other Features

  • If a line already ends with a semicolon, no semicolon will be added
  • When appending a semicolon to a line ending in a comment, the semicolon will be placed before the comment

Installation

Install Package Control and search for AppendSemiColon