Quantcast
Channel: Planet Plone - Where Developers And Integrators Write
Viewing all articles
Browse latest Browse all 3535

Josh Birdwell: Sublime Linter Commands

$
0
0
Within a file whose language/syntax is supported by SublimeLinter, you can control SublimeLinter via the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows). The available commands are:
  • SublimeLinter: Lint Current File - Lints the current file, highlights any errors and displays how many errors were found.
  • SublimeLinter: Show Error List - Lints the current file, highlights any errors and displays a quick panel with any errors that are found. Selecting an item from the quick panel jumps to that line.
  • SublimeLinter: Background Linting - Enables background linting mode for the current view and lints it.
  • SublimeLinter: Disable Linting - Disables linting mode for the current view and clears all lint errors.
  • SublimeLinter: Load-Save Linting - Enables load-save linting mode for the current view and clears all lint errors.
  • SublimeLinter: Save-Only Linting - Enables save-only linting mode for the current view and clears all lint errors.
  • SublimeLinter: Reset - Clears all lint errors and sets the linting mode to the value in the SublimeLinter.sublime-settings file.

Viewing all articles
Browse latest Browse all 3535

Trending Articles