Emmet is a plugin which basically allows you to generate HTML/CSS very quickly using some shortcuts and thereby helping you with rapid web development . Emmet is avaliable for many popular text editors/IDE , but in this post i am gonna show you how to configure or install it for Sublime text . There are two ways you can use Emmet in Sublime text . The first one is using the Sublime Text's Command Palette tool and the second one (for which i am here) is manually . So without wasting any time , lets get started.
1. Downlad the Emmet plugin package from the official website
2. Download the python package from the given link (Choose according to your Sublime and OS version)
3. Now extract both the Emmet and Python archive .
4. Open sublime , go to Preference>Browser Package>user (win 7) and the paste the extracted contents
5. Now to check whether you've successfully installed Emmet , just type in . (period) and hit the Tab key . You should get <div class=""> </div>
If you found trouble following the post , please comment below
