Sublime Text 3 Common html/css Base plug-in installation

Source: Internet
Author: User
Tags sublime text

1. Package Contorl Installation

Package Contorl: The absolutely necessary packet manager provided by sublime text.

1. Press CTRL + ' open console.

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

ImportUrllib.request,os,hashlib; h = ' 7183a2d3e96f11eeadd761d777e62404 ' + ' e330c659d4bb41d3bdf022e94cab3cd0 '; 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://sublime.wbond.net/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h))ifDH! = hElseOpen (Os.path.join (IPP, PF), ' WB '). Write (by)

2, Emment

A quick way to write HTML plug-in, very useful!

  1.ctrl+shift+p: Bring up the Control Panel
2. Search box type the Install Package Command (can also be abbreviated) and enter, then select Emmet in the list
3. Click OK to wait for the installation
Emmet Common technique: ( input Shorthand in English input method, press TAB to trigger effect)

3.ColorPicker

A color palette plugin.

1.ctrl+shift+p: Bring up the Control Panel
2. Search box type the Install Package Command (can also be abbreviated) and enter, then select colorpicker in the list
3. Click OK to wait for the installation

ColorPicker Use shortcut key:ctrl+shift+c.

Summarize

HTML/CSS introduction of the sublime plug-in first install these several can begin to learn!

In the future learning process if you encounter other problems, we can install the appropriate plug-in. In short, sublime is really a code-writing artifact that you deserve.

Sublime Text 3 Common html/css Base plug-in 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.