Sublime text. Package manager
In this tutorial I’ll tell you about installation and usage of package control in sublime text. It increases your work performance in sublime text. We’ll install bootstrap 3 package (for fast bootstrap code generate) and emmet
You can find the list of packages and package control in https://packagecontrol.io/
Emmet is technology for fast code generation with some sequence of symbols. For example, if you want to generate list with five items,
you need to enter ul>li*5 and press tab.
Emmet examples and usage you can watch in http://docs.emmet.io/
0 Comments