安裝 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