How to install the sublime text 2 plug-in:

Source: Internet
Author: User
The installation of sublime on the internet is really easy to use. (The plug-in that I often use when creating HTML pages isZen Coding
If you do not know the plug-in, we strongly recommend that you take a look.) 1. Directly install

It is very convenient to install the sublime text 2 plug-in. You can directly download the installation package and decompress it to the packages directory (menu-> preferences-> packages ).

2. Install the package Control Component

You can also install the package control component and install it online:

  1. Press Ctrl +'Call the console (Note: The red symbol behind Ctrl + is the key on the tab on the keyboard, similar to the single quotation mark.)
  2. Paste the followingCodeGo to the command line at the bottom and press Enter:
    Import urllib2, OS; pF = 'package control. sublime-package '; IPP = sublime. installed_packages_path (); OS. makedirs (IPP) if not OS. path. exists (IPP) else none; open (OS. path. join (iPP, PF), 'wb '). write (urllib2.urlopen ('HTTP: // sublime.wbond.net/'{pf.replace ('
    ',' % 20'). Read ())
  3. Restart sublime text 2.
  4. If you see package control in perferences-> package settings, the installation is successful.

If this method cannot be installed successfully, you can download the file here for manual installation.

How to install the plug-in using package control:
    1. press Ctrl + Shift + P to bring up the Command Panel
    2. enter install to bring up the install package option, press enter, and select the plug-in to be installed in the list.
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.