sublime插件推荐

来源:互联网 发布:数据归一化方法及公式 编辑:程序博客网 时间:2024/06/11 04:23

参考网址

Sublime Text 3, Build 3126 - Download for Mac OS X
http://www.sublimetext.com/

SUBLIME TEXT 3 Documentation
http://www.sublimetext.com/docs/3/index.html

Package Control - Installation
https://packagecontrol.io/installation


sublime3 Package Control 的安装

打开sublime后按快捷键

ctrl + ` 

复制粘贴下面的内容后回车

import urllib.request,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

然后 command+shift+p

输入 PCI 回车

PCI

就可以输入相应的插件,点击安装


Ubuntu下安装

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.listsudo apt updatesudo apt install sublime-text

推荐插件

推荐插件 说明 Emmet 前端必备 SideBarEnhancements 左边栏增强Enhancements to Sublime Text sidebar. Files and folders. SublimeLinter Interactive code linting framework for Sublime Text 3 BracketHighlighter Interactive code linting framework for Sublime Text 3 SublimeCodeIntel Full-featured code intelligence and smart autocomplete engine HTML5 HTML5 bundle for Sublime Text Alignment 对齐代码(PHP、CSS、JavaScript) Ctrl+Alt+A,Easy alignment of multiple selections and multi-line selections ColorPicker 查看和设置颜色值,A multi-platform color picker plugin Soda Dark and light custom UI themes for Sublime Text Git 版本控制 jQuery Sublime Text package bundle for jQuery SFTP Commercial SFTP/FTP plugin - upload, sync, browse, remote edit, diff and vcs integration Sass Sass support for TextMate & Sublime Text (2 & 3) DocBlockr 创造代码注释,Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++ ConvertToUTF8 A Sublime Text 2 & 3 plugin for editing and saving files encoded in GBK, BIG5, EUC-KR, EUC-JP, Shift_JIS, etc. HTML-CSS-JS Prettify HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via node.js Color Highlighter 颜色功能,underlays selected hexadecimal colorcodes (like “#FFFFFF”, “rgb(255,255,255)”, “white”, etc.) with their real color. Also, plugin adds color picker to easily modify colors. All Autocomplete Extend Sublime autocompletion to find matches in all open files of the current window AutoFileName 快捷输入文件名(输入“/”即可看到相对于本项目文件夹的其他文件,Sublime Text plugin that autocompletes filenames JsFormat JavaScript的代码格式化插件(Ctrl+Alt+F),Javascript formatting for Sublime Text 2 & 3 Emment Css Snippets Emmet CSS completions for Sublime Text GitGutter 查看文件改动和差异,减少错误提交,代码冲突,see git diff in gutter LESS LESS高亮插件 Material Theme Material Theme, the most epic theme for Sublime Text 3

| SublimeREPL | 运行 NodeJS,Python,Scala… |
| CSScomb | 给css属性进行排序格式化 |
| Trmmer | 自动删除不必要的空格 |
| reactjs | 解决忘记react语法的问题 |
| CTags | 跳转到你的方法 |
| Pretty | JSON |
| SyncedSidebarBg | 同步目录背景 |
| SublimeLinter | 互动代码linting框架 |
| Bracket​Highlighter | 支架荧光笔 |
| Sublime​Code​Intel | 全功能的代码智能和智能自动完成引擎 |

Sublime Text 3.x (after Build 3133)

—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
—— END LICENSE ——

原创粉丝点击