Sublime Text is a lightweight, concise, efficient, cross-platform editor.
Featured features of Sublime Text :
A good extension function, officially known as the installation package.
There is no scroll bar on the right, instead of a code thumbnail, this is a great feature
Powerful shortcut command "can search in real-time corresponding commands, options, snippet and Syntex, press ENTER can be directly executed, reducing the trouble of finding." ”
Instant file switching.
Jump to any location of any file at your whim.
The multiple selection (multi-selection) feature allows multiple cursors to be present in the page.
Supports VIM mode
Support macros, simply by recording the operation or writing your own commands, and then playing the action or command you just recorded.
Updated very diligent
Recently the sublime from 2 to 3, the main function is not how to change, faster, and comfortable with some. However, the most powerful Package Manager packages control installation method is a little different, recorded.
Package Control can be seen as a Sublime text extension manager, using it, you can use a very magical, very simple and convenient way to download, install, delete Sublime text of various plugins, skins and so on. But sublime text itself does not bring this tool, we need to install it ourselves, the method is very simple (ST3):
Use CTRL + ' (number 1 left button) to bring up the console.
Copy the following piece of code to the console and press ENTER to install it.
Import Urllib.request,os; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); Open (Os.path.join (IPP, PF), ' WB '). Write (Urllib.request.urlopen (' http://sublime.wbond.net/' + pf.replace (', '%20 ')) . Read ())
If the package control is successfully installed, then ctrl+shift+p invokes the command panel and we will find some commands that begin with the "package Control:", which we often use to install a few (installation extensions), List Packages (all extensions listed), remove package (remove extension), Upgrade package (upgrade extension).
How to install plugins:
Ctrl+shift+p, package Control:install, input plug-in name enter the installation
I have used the plugin:
Sidebarenhancements
Gosublime
Git
Theme-flatland
Jsformat
Docblockr
https://sublime.wbond.net/
Sublime Text-Divine Code Editor