How to install Emmet plug-in in Sublime

藏色散人
Release: 2018-11-27 16:56:27
Original
23926 people have browsed it


This article mainly introduces to youSublime uses the Package control component to install the Emmet plug-in.

Some friends may not know what the Emmet plug-in is used for, but I believe there are still many people who have seen some magical operations when others use Sublime, such as hitting an exclamation mark! Then press Tab to generate an HTML5 web page template, or use ul>li*10 to generate a ul and a large li tag at once. This quick operation is also attributed to the Emmet plug-in.

In the previous article, we introduced you toSublime installation Package control component.

Now we will introduce to you how to use thePackage control component to install the Emmet plug-in.

First open sublime and click on the following options.

How to install Emmet plug-in in Sublime

#Then the following interface appears, select and click install package.

How to install Emmet plug-in in Sublime

Search for the Emmet plug-in and select download.

How to install Emmet plug-in in Sublime

When the following prompt appears at the end, it means that the plug-in is installed successfully.

How to install Emmet plug-in in Sublime

# Then we can do a simple effect test.

1. Enter the exclamation mark! , and then press the tab key. (Or enter html and press tab, the effect is the same)

How to install Emmet plug-in in Sublime

2. Enter ul>li*2 and press tab.

How to install Emmet plug-in in Sublime

This article is a detailed introduction to Sublime using the Package control component to install the Emmet plug-in. It is very easy to understand. I hope it will be helpful to friends in need!


The above is the detailed content of How to install Emmet plug-in in Sublime. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!