Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MauriceZ/AppendSemiColon

Easily place a semicolon at the end of a line with a hotkey
https://github.com/MauriceZ/AppendSemiColon

semicolon sublime-text sublime-text-2 sublime-text-3 sublime-text-plugin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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