Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Easily place a semicolon at the end of a line with a hotkey
- Host: GitHub
- URL: https://github.com/MauriceZ/AppendSemiColon
- Owner: MauriceZ
- Created: 2015-06-20T03:40:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T04:45:04.000Z (about 9 years ago)
- Last Synced: 2024-08-01T05:21:01.376Z (6 months ago)
- Topics: semicolon, sublime-text, sublime-text-2, sublime-text-3, sublime-text-plugin
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LinuxThis 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