The sublime text plugin installs the Mac version of the

Source: Internet
Author: User
Tags sublime text


installing using the Package control component


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



1. Press CTRL + ' bring up the console, or the View-show console on the navigation bar (note: There will be a conflict with this shortcut for installing QQ Input method, Input Method property setting-Input Method Management-Cancel Hotkey switch to QQ pinyin)



2. Paste the following code into the bottom command line and enter:


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

 


It's sublime Text3 .


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 (' Restart Sublime Text to finish installation ')

 


It's sublime Text2 .






If not, you can look at this, the link is as follows: Https://packagecontrol.io/installation#st3






3. Ctrl+shift+p bring up the command panel, enter install to bring up the Install Package option and enter, then select the plugin to install in the list.






4. Recommend a plugin is formatted HTML+CSS+JS, very good, highly recommended



The sublime text plugin installs the Mac version of the


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.