Sublime text3

功能很强大,有很活跃的社区支持,提供了丰富的插件:
[download](http://www.sublimetext.com/3)

安装Package Control

  • 方法一:使用Ctrl+`快捷键或者通过View->Show Console菜单打开命令行,粘贴如下代码
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
  • 方法二 这个方法更快一点:
  1. Click the Preferences > Browse Packages… menu Browse up a folder and then into the Installed Packages/ folder
  2. Download Package Control.sublime-package and copy it into the Installed Packages/ directory
  3. Restart Sublime Text

现在默认没有安装Package Control这个需要自己安装。

插件:
pretty json
json验证、格式化、转换为XML格式.

Emmet

前端开发神器 Emmet

Material Theme
主题样式

AutoFileName
路径补全

CTags
方法跳转使用
http://sublimetext.iaixue.com/forum.php?mod=viewthread&tid=100

https://www.simman.cc/archives/%E4%BD%BF%E7%94%A8Nuclide%E5%BC%80%E5%8F%91ReactNative/
https://segmentfault.com/a/1190000003698071

你可能感兴趣的:(Sublime text3)