# 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: ![cool stuff](http://zippy.gfycat.com/DisfiguredParchedAfricanwilddog.gif) You can also automatically go to the next line at the same time like this: ![more cool stuff](http://i.imgur.com/66mhs6h.gif) 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](https://packagecontrol.io/installation) and search for AppendSemiColon