官方网站是:
http://www.sublimetext.com
插件安装位置:
插件默认安装的位置是AppData的目录【C:\Users\用户名\AppData\Roaming\Sublime Text 3\Packages】,也就是在C盘。
安装完毕,先找到它的安装路径,新建一个Data的文件夹【D:\Program Files\Sublime Text 3\Data】,打开Sublime ,References-》 Browser Packages 就发现打开的文件夹就是我们新建的Data文件下的Packages了。再安装插件都会安装在这个路径下。
常用插件:
AllAutocomplete
DocBlockr
AutoFileName
Colorcoder
SideBar Enhancements
AngularJS
JavaScript Completions
HTML-CSS-JS Prettify
jquery
Tag
References-》 Settings
{
"auto_complete": true,
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"debug": true,
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"word_wrap": true
}
网友评论