💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
安装 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" ] } ~~~