sublime text 3 插件

最近用了N多的IDE开发,用来用去还是感觉sublime text 用着比较舒服,首先是小巧,再就是插件多。
整理一下使用的插件

首先安装 package control
[code]
import urllib.request,os,hashlib; h = ‘2915d1851351e5ee549c20394736b442’ + ‘8bc59f460fa1548d1514676163dafc88’; 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)
[/code]

–ReactJS
ReactJS : 支持React开发,代码提示,高亮显示 ,地址:https://github.com/facebookarchive/sublime-react
emmet : 地址 http://emmet.io/
react-native-snippets:react native 的代码片段 地址:https://github.com/Shrugs/react-native-snippets
–颜色
ColorPicker

–其他 Terminal : 在sublime中打开终端并定位到当前目录,神器,mac下的快捷键为:command+shift+T

Share Comments