victorzhuk / SublimeLinter3

The code linting framework for Sublime Text 3

Home Page:http://sublimelinter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SublimeLinter

Build Status codecov.io

LINTERS ARE NOT INCLUDED WITH SUBLIMELINTER

Please read the installation documentation!

About SublimeLinter

A framework for interactive code linting in the Sublime Text 3 editor. The Sublime Text 2 version is no longer being supported; you can find it here.

Documentation: See it on readthedocs.org.

Support & Bugs: Please use the issue tracker to report installation and configuration problems. If you think you have found a bug, please search for it on the deprecated SublimeLinter google group first, and if it can't be found you can report it on the issue tracker. Please be sure to put your OS, SublimeLinter version, and ENTIRE debug console output in the issue. If your issue is specific to a particular linter, please report it on that linter's repository instead.

Contributing: If you would like to submit a fix or enhancement for SublimeLinter, please read the contributing guidelines first.

Key Bindings

SublimeLinter comes with several pre-defined keyboard shortcuts. You can customize these via the Package Settings menu*. Read more about keybindings in the unofficial documentation

Command Linux & Windows MacOS
Lint CTRL + K, L CTRL + CMD + L
Next Error CTRL + K, N CTRL + CMD + E
Prev. Error CTRL + K, P CTRL + CMD + SHIFT + E
Show All Errors CTRL + K, A CTRL + CMD + A
Toggle Linter CTRL + K, T CTRL + CMD + T

*) Other packages might override these key bindings, and they could override those defined by others. Your personal keybindings have the final say over what binding does what, so edit these if something doesn't work as you expect.

Share the love!

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. Thank you!

Donate via:

Contributing linter plugins

Please see the documentation on creating linter plugins for more information.

About

The code linting framework for Sublime Text 3

http://sublimelinter.com

License:MIT License


Languages

Language:Python 99.9%Language:HTML 0.1%