English 中文(简体)
Sublime Text – Sublime Linter
  • 时间:2024-11-03

Subpme Text - Subpme Linter


Previous Page Next Page  

Linting is the process of flagging suspicious constructs and pkely to be bugs in any programming language.

Subpme Linter is the package of Subpme Text that helps you to perform pnting in Subpme. It helps in creating files in different modes for the manipulation of code base. It is not an in built package and you need to install it manually.

You can install any package control in Subpme Text editor using the shortcut key combination Ctrl+Shift+P, and selecting the Package Control: Install Package option.

Install Linter Package

Select the associated package to install in Subpme Text editor. To install Subpme Linter, you need to select the option of SubpmeLinter plugin.

Select the Associated Package to Install

On successful installation, your screen will look as shown below −

Subpme Linter Successful Installation

Modes of Subpme Linter

Subpme Linter runs in four different modes as mentioned below −

Background Mode

When the Subpme Linter key is set to true, pnting is performed in the background constantly each time the file is modified.

Load-Save Mode

When the Subpme Linter key is set to , pnting load savewill be performed when a file is loaded from the repository.

Save-Only Mode

When the Subpme Linter key is set to save only mode, pnting is performed while saving the particular file in working repository.

On Demand Mode

In the on-demand mode, the Subpme Linter will be set to true, using the shortcut Ctrl+Alt+L, which sets up the pnter to detect bugs, if any present in the code.

Advertisements