Sublime Plugins - tenji/ks GitHub Wiki

Sublime 常用插件

Package Control

Package Control 是一个管理 Sublime Text 插件的插件,通过 Package Control 我们可以直接使用 Sublime Text 控制台来安装其他插件,快捷简单。安装此插件比较简单,点击菜单栏中的 Tools > Command Palette 进入 Sublime Text 命令面板,输入 install 从列表中选择 Install Package 回车即可完成在线安装。

Pretty Json

Json 格式化插件。

Compare Side-By-Side

Sublime 版本的 Beyond Compare,虽然没那么强大,但是也非常够用了,真是一个插件就是一个软件。

WordCount

可以实时显示当前文件的字数。

PlainTasks

An opinionated todo-list plugin for Sublime Text (2 & 3) editor. 平时管理开发任务和记录工作日志神器。

BracketHighlighter

显示我在哪个括号内,前端和Lisp的福音啊。

Emmet

Official Emmet plugin for Sublime Text.

AllAutocomplete

Extends the default autocomplete to find matches in all open files. By default Sublime only considers words found in the current file.

MarkdownEditing

MarkdownEditing 是 Markdown 写作者必备的插件(关于 Markdown),它可以不仅可以高亮显示 Markdown 语法还支持很多编程语言的语法高亮显示。

SublimeCodeIntel

Full-featured code intelligence and smart autocomplete for Sublime Text.

CTags

This Sublime Text 2/3 package provides support for working with tags generated by Exuberant CTags

The ctags command is searched for on the system PATH. It works by doing a binary search of a memory-mapped tags file, so it will work efficiently with very large (50MB+) tags files if needed.

SyncedSideBar

Sublime Text plugin to sync project sidebar (folder view) with the currently active file.

DocBlockr

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.

As you switch tabs Sublime highlights only files in folders that are already expanded. This plugin makes that work for all files. It accomplishes this through use of the "reveal in side bar" command from the default context menu.