Sublime Text-Divine Code Editor

Source: Internet
Author: User

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):

    1. Use CTRL + ' (number 1 left button) to bring up the console.

    2. 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 ())

    3. 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.