+8
CSS classes and identifiers auto-completion
Let's say I type:
<div class="m">
After I type m all CSS classes starting with "m" included in the project (or folder) will pop up.
The same for CSS identifiers:
<div id="i">
After I type i, all CSS identifiers starting with "i" pops up.
Customer support service by UserEcho