Sublime Text 3 is a sophisticated cross-platform text and source code editor, with a Python application programming interface (API).
Sublime Text 3 Features
- Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words
- Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever
- The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings
- Distraction Free Mode is full screen, chrome free editing, with nothing but your text in the center of the screen
- Get the most out of your wide screen monitor with split editing support
- Projects in Sublime Text capture the full contents of the workspace, including modified and unsaved files
- Sublime Text has a powerful, Python based plugin API. Along with the API, it comes with a built in Python console to interactively experiment in real time
- Key Bindings, Menus, Snippets, Macros, Completions and more – just about everything in Sublime Text is customizable with simple JSON files
- Sublime Text is available for OS X, Windows and Linux
[su_button url=”https://www.sublimetext.com/blog/” target=”blank” icon=”icon: file-text”]SUBLIME TEXT 3 LATEST RELEASE[/su_button]
How to Install latest Sublime Text 3 Editor on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer