- SublimeCodeIntel Plugin
- Distraction Free Mode
- Sublime Text – Batch Processing
- Debugging Javascript Application
- Debugging PHP Application
- Sublime Text – Command Palette
- Sublime Text – Developing Plugin
- Sublime Text – Sub Menus of Font
- Sublime Text – Menus
- Sublime Text – Packages
- Sublime Text – Spell Check
- Sublime Text – Testing Python Code
- Sublime Text – Testing Javascript
- Sublime Text – Vintage Commands
- Understanding Vintage Mode
- Sublime Text – Theme Management
- Sublime Text – Base Settings
- Sublime Text – Indentation
- Sublime Text – Column Selection
- Sublime Text – Key Bindings
- Sublime Text – Macros
- Sublime Text – Snippets
- Sublime Text – Shortcuts
- Sublime Text – Sublime Linter
- Patterns of Code Editing
- Editing First Text Document
- Creating First Document
- Sublime Text – Data Directory
- Sublime Text – Installation
- Sublime Text – Introduction
- Sublime Text - Home
Sublime Text Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Subpme Text - Subpme Linter
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.
Select the associated package to install in Subpme Text editor. To install Subpme Linter, you need to select the option of SubpmeLinter plugin.
On successful installation, your screen will look as shown below −
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