Sublime Text Package Collections

JavaScriptNext - ES6 Syntax

packagecontrol.io
github.com

Better JavaScript language definition for TextMate and SublimeText. This builds on the language files commonly used and adds more fine grained matching and also includes new features from ECMAScript 6 like modules, succinct methods, arrow functions, classes, generators, and accessors (ES5).

FileSync

packagecontrol.io
github.com

What is this?

SublimeFileSync is a plugin for the text editor SublimeText 2 and 3 providing an easy way to synchronise files between different locations.

The main goal is to keep files outside of Sublime Text projects in-sync with Sublime Text project files. The plugin works as an EventListener and will synchronise any matching files as soon as you save it.

Be aware that the synchronisation is only in one direction, from sublime Text to the outside world.

config

{
    "mappings": [{
        "source": "/Users/source/", //Unix style paths
        "destination": "/Users/destination/",
        "exclude_pattern_list": ["*.bak"] //exclude files
    }]
}

Local History

packagecontrol.io
homepage

A Sublime Text 2/3 plugin for maintaining local history of files. [backup | open | compare | incremental diff]

TodoReview

packagecontrol.io
github.com

A SublimeText plugin for reviewing todo (and other) comments within your code.

Terminal

packagecontrol.io

Launch terminals from the current file or the root project folder

keybinding

[
    { "keys": ["super+shift+t"], "command": "open_terminal" },
    { "keys": ["super+shift+alt+t"], "command": "open_terminal_project_folder" }
]

DocBlockr

packagecontrol.io
github.com

DocBlockr is a package for Sublime Text 2 & 3 which makes writing documentation a breeze. DocBlockr supports JavaScript (including ES6), PHP, ActionScript, Haxe, CoffeeScript, TypeScript, Java, Apex, Groovy, Objective C, C, C++ and Rust.

posted @ 2015-11-12 12:57  jimmyYY  阅读(248)  评论(0编辑  收藏  举报