Sublime Text 3 plug-in installation

Source: Internet
Author: User
Tags sublime text



(1) Package control



CTRL + ' Enter the following code and return


Import Urllib.request,os,hashlib; h = ' 2915d1851351e5ee549c20394736b442 ' + ' 8bc59f460fa1548d1514676163dafc88 '; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h)) if DH! = H Else Open (Os.pat H.join (IPP, PF), ' WB '). Write (by)

 


(2) Emmet plug-in--html rapid development



There is nothing unusual in the lab to install plug-ins with the package control, but there is a problem with your laptop installation, and you need to install PyV8. Download the corresponding compression package through Https://github.com/emmetio/pyv8-binaries, extract to installed packages under the PyV8 directory, no PyV8 can create their own new folder. Note: Do not have a compressed file under this folder, or you will get an error. Check out the syntax here.







(3) sublimecodeintel--Code Hint Plugin



用package control安装完成后,将Setting Default的All content is copied to theSetting User. Clickctrl+FSearch tocodeintel_selected_catalogschange its contents to the following:


 
"codeintel_selected_catalogs": [
  "HTML5", "HTML", "JavaScript"
],


A blog post with two plugin descriptions is included:



Sublime Text 3 Front-end development Common good plug-in introduction



8 Sublime Text 3 plugins most commonly used by developers








Sublime Text 3 plug-in installation


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.