Sublime Text3 Package Control and Emmet plugin installation method, sublimeemmet

Source: Internet
Author: User

Sublime Text3 Package Control and Emmet plugin installation method, sublimeemmet

Because of the beginner's front-end, we installed Sumblime Text 3 today, And then we couldn't stop looking for the Package Control installation method.

There are two methods I have found and tried on the network. I am using Python code to install and install successfully. Here I will record the installation process. Another method for downloading the Package Control installation Package overwrite is unsuccessful (it should be a personal operation problem ).

 

1. Install python code using commands.

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

 

2. copy and paste the above Code in the red tag bar on the menu View-Show Console, press enter, and wait for the installation to complete.

 

3. After the installation is complete, click Preferences --> Package Control, enter install package, and select install package in the fuzzy match column for The plug-in to be installed. I am a newbie, so select install package and press Enter when installing the package. After the installation is complete, enter emmet in the same way to install the plug-in (when entering emmet, the software will fuzzy match many plug-ins related to emmet, just select the emmet in the fuzzy match ). The installation of PyV8 is displayed at the bottom of the software interface when installing emmet. This step takes a longer time, so be patient.

 

4. After Emmet is installed, restart Sublime Text 3. At the bottom of the software interface, PyV8 is being loaded. wait patiently and then you can test whether the Emmet plug-in is successfully installed. Test method: Create an HTML window and enter! Select Ctrl + E. If the information is displayed, the installation is successful.

 

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.