Sublime package Control

Source: Internet
Author: User

Sublime is easy to use and highly scalable. you can install different packages to meet different requirements. This section describes the next plug-in sublime package control. You can use sublime package control to conveniently install other packages. There are two installation methods:
(1) Use the console of sublime to install
Open the View menu, open the console, and execute the following command:
Import urllib2, OS; pF = 'package control. sublime-package '; IPP = sublime. installed_packages_path (); OS. makedirs (IPP) if not OS. path. exists (IPP) else none; urllib2.install _ opener (urllib2.build _ opener (urllib2.proxyhandler (); open (OS. path. join (iPP, PF), 'wb '). write (urllib2.urlopen ('HTTP: // sublime.wbond.net/'{pf.replace ('', '% 20 ')). read (); print 'Please restart sublime text to finish installation'

(2) download the sublime package control package and install it to the sublimeInstalled packagesDirectory
Sublime.wbond.net/package%20control.sublime-package

After installation, you can use sublime package control to install more packages.
The method is as follows:
Open command palette (the default shortcut key is Ctrl + Shift + p), enter package control: Install package, press enter, and enter the package name to be installed in the input box that appears in the heart, such as gosublime

 

see:
http://wbond.net/sublime_packages/package_control/installation

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.