Sublime Text Package Collections

发布时间:2019-06-25 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了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.

脚本宝典总结

以上是脚本宝典为你收集整理的Sublime Text Package Collections全部内容,希望文章能够帮你解决Sublime Text Package Collections所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。