我的安装完之后,是没有package control的,所以,按照网上的方法,是安装不了的。
也就是,想按照插件,必须先安装package control。
步骤如下:
1 到 https://packagecontrol.io/installation 把Python的代码复制粘贴到sublime的命令行中,再按enter来执行下就行。
[The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the
]2 这时候,记得重启下sublime
3 重启后,通过"ctrl+shift+p"来启动输入框,输入package control:install packages,鼠标点击该选项,然后,继续输入插件的名字,如"less",鼠标点击,就会自动进行安装。
[在左下角会有提示,正在安装]
参考:
http://blog.csdn.net/del1214/article/details/8092266/