Installing "Emmet plug-in" in Sublime Text Editor

I am using Sublime Text code editor and I want to download one of the recommended plug-in for Sublime - Emmet for its ability to code HTML+CSS faster.

Visit site for more information about Emmet.

1 Answer

If you have Sublime Text installed in your PC/Laptop following the below steps will help you to install Emmet.

Visit here to find more details on Emmet. and to learn how to use click here.

  1. First open Sublime Text (type sublin Terminal).
  2. Than Click on Preferences in Menu Bar and select Package Control.

package control

  1. This will open a text box as shown, type install package hit enter.

install package

  1. Now type emmet and click on highlighted option.

emmet install

  1. This will start your downloading and installation.

  2. You can view the downloading process in View -> Output Window.

    It takes around 5-10 minutes on a stable Internet connection and also asked to restart the Sublime Text.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like