Sublime Text插件

孟开宇
2023-12-01
超级好用的编辑器~
话不多说直接上插件:

Emmet Git

(https://github.com/emmetio/emmet),

Document

(http://docs.emmet.io/)原名为:Zencoding, 快速生成html,css,默认扩展快捷为tab,如果tab按钮损坏,ctrl+e替换。 生成规则在:


Preferences -> Browser packages -> Emment -> emment -> snippets.json
中修改。

@ Emmet 中文版文档

(http://www.iteye.com/news/27580)


Side Bar

(https://github.com/titoBouzout/SideBarEnhancements)增强的侧边栏

Docblockr

(https://github.com/spadgos/sublime-jsdocs)增强js注释

Alignment

(https://github.com/wbond/sublime_alignment)等号对齐


 在Preferences -> package settings -> Alignment -> Settings User
添加冒号对齐。{ "align_indent": false, "alignment_chars": ["=", ":"], "alignment_space_chars": ["=", ":"]}

AutoFileName

(https://github.com/BoundInCode/AutoFileName): 文件路径自动提示

gbk支持 GBK Encoding Support

(https://github.com/akira-cn/sublime-gbk)

检测快捷键冲突

(http://www.welefen.com/keymapmanager-add-check-plugins-keymap-conflict-feature.html)

Markdown
 

markdown

(https://github.com/revolunet/sublimetext-markdown-preview)

markdown 转为 pdf

(http://www.tcreator.info/social/experience/markdown-to-pdf.html)

LineEndings 设置换行符

(https://github.com/SublimeText/LineEndings)

SublimeText插件列表

(https://sublime.wbond.net/)

html美化插件

(https://github.com/rehorn/sublime-htmlbeautify)

Sublime Text 新建文件的模版插件: SublimeTmpl

(http://www.fantxi.com/blog/archives/sublime-template-engine-sublimetmpl/)

前端自动化神器LiveReload配合浏览器和less/sass使用方法

(http://www.cnblogs.com/liu-l/p/3902100.html)

使用 Sublime Text 2 开发 Unity3D 项目

(http://www.cnblogs.com/yili16438/p/3721896.html)

全栈开发必备的10款 Sublime Text 插件

(http://www.cnblogs.com/lhb25/p/10-essential-sublime-text-plugins.html)

其它语言框架支持
JavaScript
 

nodejs snippets and bindings for Sublime Text 2

(https://github.com/tanepiper/SublimeText-Nodejs)

AngularJS-sublime-package

(https://github.com/angular-ui/AngularJS-sublime-package)

avalon completion for sublime 3

(https://github.com/gogoyqj/AvalonHelper)

Sublime Text highlighting for Vue.js

(https://github.com/vuejs/vue-syntax-highlight)

Sublime Text helpers for React

(https://github.com/facebookarchive/sublime-react)

TypeScript-Sublime-Plugin

(https://github.com/Microsoft/TypeScript-Sublime-Plugin)

CSS
 

Bootstrap 3 Snippets Plugin for Sublime Text 2/3

(https://github.com/JasonMortonNZ/bs3-sublime-plugin)

Sublime Text代码片段收藏

(https://github.com/jakebresnehan/Sublime-Super-Snippets)

PHP
 

Thinkphp Sublime插件 显示优化,兼容St3版本)

(https://github.com/yangweijie/SublimeThinkPHP)

laravelgenerator

(https://github.com/gnarula/sublime-laravelgenerator)

Laravel Blade Highlighter

(https://github.com/Medalink/laravel-blade)

Sublime中的函数手册提示

(https://github.com/yangweijie/SublimePHPNinJaManual)

Nodejs
 

sublime3 配置node build环境

(http://segmentfault.com/q/1010000004259136)

版本管理
 

git

(https://github.com/kemayo/sublime-text-git)

git

(https://github.com/jikeytang/sublime-text.git)

svn

(https://wbond.net/sublime_packages/svn)

ftp

(https://wbond.net/sublime_packages/sftp)


文件比较

(https://github.com/colinta/SublimeFileDiffs)

 

CSS值转REM的Sublime Text插件

(https://github.com/flashlizi/cssrem)


本地历史记录

(https://github.com/vishr/local-history)


 类似资料: