Sublime Text

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)

Loading...
Sublime Text EditorSublime Text is a sophisticated cross-platform text editor use to write or edit source codes. It has a Python application programming interface (API) that supports many programming languages and markup languages. It’s function can be further expanded with the help of plugins, which can be introduced into the software.

Sublime Text makes code editing easier by highlighting the key elements in a source code, it also automatically suggests available codes as well as auto-closing open HTML tags. It is built with an plethora of features that help programmers write their codes.

Sublime Text can be downloaded for free, and although it was stated that a license must be purchased for continued use, there seems to be no enforced time limit for the evaluation as of this writing. Purchasing the license will remove the dialogue that pops up and invites you to purchase. Its plugins can be community-built and maintained under free-software licenses.

The software was developed by Jon Skinner and Will Bond and was initially released on January 18, 2008. It was written in C++ and Python.

Features

GoTo Anything

This feature allows you to open files with only a few keystrokes, and allows you to jump to lines, symbols, or words instantaneously.

Goto Definition

Based on information from syntax definitions, Sublime Text can automatically generate a project-wide index of every class, method and functions.

Symbol indexing can be customized on a per-syntax basis via configuration files.

Multiple Selections

This feature allows users to interactively change many lines at once, whether it be to rename variables and manipulate files.

Command Palette

It has a Command Palette that can hold infrequently used functionality like sorting, syntax changing, and indention settings changes. Users can search for what they want using only a few keystrokes and without having to navigate through menus or remember obscure key bindings.

Powerful API and Package Ecosystem

The application has a powerful, Python API that allows plugins to augment built-in functionality.

Customize Anything

Many things in Sublime Text can be customized with JSON files, including customizing menus, macros, key bindings, snippets, completions and more. Settings can be specified on a per-file type and per-project basis.

Split Editing

Sublime Text supports split editing, allowing users to edit files side by side, or edit two locations in the same file. It allows users to edit as much rows and columns, and allows editing with multiple windows, and using multiple splits in each window.

Instant Project Switch

It allows users to switch between projects instantly, and with no save prompts. All modifications made will be automatically restored next time the project is opened.

Performance

Sublime Text provides unmatched responsiveness, ranging from a powerful, custom cross-platform UI toolkit, to an amazing syntax highlighting engine.

Cross Platform

Sublime Text is available for Windows, Linux, and Mac. Furthermore, only one license is needed to use the application on every computer no matter what the operating system is.

Download

Note: The latest version of Sublime Text can be downloaded from their website.

Download Sublime Text from their Website (Latest Version)
Sublime Text Package Control (Add-ons and Plugins)

Screenshots

Sublime Text 1 Sublime Text 2

Follow me at:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.