- 安装SublimeText3,直接在官方网站按照步骤下载即可。
- 安装Package Control
Manual
If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control:
- Click the Preferences > Browse Packages… menu
- Browse up a folder and then into the <tt>Installed Packages/</tt> folder
- Download <tt>Package Control.sublime-package</tt> and copy it into the <tt>Installed Packages/</tt> directory
- Restart Sublime Text
按照上述步骤即可
此时可能会出现无法下载package的情况
我们要去https://packagecontrol.io/channel_v3.json 网站下载 channel_v3.json文件,保存在本地文件夹中
在Sublime Text3中打开Package Setting->Package Control->Settings-User
添加如下代码
"channels":
[
"/home/scott/channel_v3.json" //刚才下载的channel_v3.json文件的位置
], //此处要有逗号
重启即可
网友评论