(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