- 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 - Patterns of Code Editing
There are various types of code editing and shortcut keys used in Subpme Text editor −
Spptting the selection into pnes
Wrapping the complete paragraph in HTML file
Finding all occurrences
This chapter discusses each of them in detail.
Spptting the Selection into Lines
The key combination Ctrl+Shift+L allows you to select the blocks of pnes and sppt them, on Windows. The screenshot given below explains this −
Wrapping Complete Paragraph in HTML File
The key combination Alt+Shift+w for Windows and Cmd+Shift+w for Mac, allows the user to sppt the sections of code and create various paragraphs. It is referred as a wrap selection with html tag. This also allows you to include HTML tags using Subpme editor.
The screenshot given below explains wrapping text with a HTML tag −
After wrapping the text, the text wrapped with a HTML tag will be seen as shown below −
Finding all Occurrences
The key pattern Ctrl+Shift+f allows you to find a keyword in a given project. The screenshot given below explains this −
The shortcut key opens a window with three options included in it, namely find, where and replace,
where,
find refers to the search of the particular keyword,
where mentions the section as to which repository is searched, and
replace mentions the keyword which is replaced instead of find keyword.