安装 SublimeLinter
~~~
SublimeLinter
-------------
____ _ _ _ _ _ _
/ ___| _ _| |__ | (_)_ __ ___ ___| | (_)_ __ | |_ ___ _ __
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | | | '_ \| __/ _ \ '__|
___) | |_| | |_) | | | | | | | | __/ |___| | | | | || __/ |
|____/ \__,_|_.__/|_|_|_| |_| |_|\___|_____|_|_| |_|\__\___|_|
Welcome to SublimeLinter, a linter framework for Sublime Text 3.
* * * IMPORTANT! * * *
Linters *NOT* included with SublimeLinter 3,
they must be installed separately.
* * * READ THE DOCS! * * *
Otherwise you will never know how to install linters, nor will
you know about all of the great new features in SublimeLinter 3.
For complete documentation on how to install and use SublimeLinter,
please see:
http://www.sublimelinter.com
_ _ _ _
| | | | ___| |_ __ | |
| |_| |/ _ \ | '_ \| |
| _ | __/ | |_) |_|
|_| |_|\___|_| .__/(_)
|_|
Hundreds of hours have been spent writing and documenting SublimeLinter
to make it the best it can be — easy to use, easy to configure,
easy to update, easy to extend. If you use SublimeLinter and feel
it is making your coding life better and easier, please consider
making a donation to help fund development and support.
To donate: https://github.com/SublimeLinter/SublimeLinter3#share-the-love
Thank you!
~~~
#### 配置SublimeLinter
打开SublimeLinter的配置文件,依次点击`Preferences->Package Settings->SublimeLinter->Settings - User`:
~~~
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"JSHint",
"Package Control",
"SideBarEnhancements",
"SublimeLinter-jshint",
"SublimeLinter-php",
"SublimeLinter-phplint"
]
}
~~~
- 目录
- 教程
- 问答
- 设置
- 快捷键
- 插件管理
- 安装包( PackageControl )
- 插件
- 语法
- SublimeLinter
- SublimeLinter-jshint
- SublimeLinter-php
- SublimeLinter-phplint
- SublimeLinter-phpmd
- SublimeLinter-phpcs
- 注释
- DocBlockr
- 排版
- HTML-CSS-JS Prettify
- phpfmt
- 模版
- SublimeTmpl
- ExtJS
- 安装
- 翻译
- ChineseLocalizations
- 辅助
- SideBarEnhancements
- Bracket Highlighter
- auto-save
- Color Highlighter
- ColorPicker
- 上传
- sftp
- 提示
- PhpNinJaManual
- 版本
- Git
- TortoiseSVN
- 框架插件
- PHP开发
- 编译系统
- 注释插件
- 代码片段
- Pretty Json
- 系统菜单
- 分屏
- 空格缩进
- 中文版
- brew