Sublime Text tutorial

Sublime Text Tutorial

Sublime Text editor is a sophisticated text editor which is widely used among developers. It includes wide features such as Syntax Highlight, Auto Indentation, File Type Recognition, Sidebar, Macros, Plug-in and Packages that make it easy for working with code base. This tutorial gives you a comprehensive coverage of concepts of Sublime Text and makes you comfortable to use it in your software development projects.

Audience

The target audience of this tutorial are developers of JavaScript and Python. Web developers who are looking for suitable Text editor like IDE will also benefit from this tutorial. After the completion of this tutorial, you will have an in-depth knowledge of Sublime Text editor.

Prerequisites

Before you proceed with this tutorial, we assume that you have a basic understanding of usage of various Text editors like Visual Studio code, PyCharm for Python and Integrated Development Environment (IDE) like NetBeans. You will understand this tutorial better if you have a basic knowledge of text editors.

The current version of Sublime Text editor is 3.0 and is compatible with various operating systems like Windows, Linux and MacOS.

Advertisements