1. 安装Package Control
打开Sublime Text2, 调出Console( Control +` 或者 View->Show Console);
Control +`
ctrl + `
粘贴下面的代码到命令行
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())
然后就可以 Control + shift + p
安装插件
Control + shift + p
ctrl + shift + p
常用插件
SublimeCodeIntel
代码智能提示插件
后续更新
网友评论