Seeing various tutorials on the internet where they use Sublime Text 3 to edit HTML codes, type ul>li{item}*4
and then Ctrl + Space Sublime completes the code with: / p>
<ul>
<li>item</li>
<li>item</li>
<li>item</li>
<li>item</li>
</ul>
I tried to use some plugins and even then the shortcut does not work.
I installed the plugins that are in this question: How to put autocomplete in Sublime Text 3?
I use Sublime Text 3 Build 3126 in Windows 10.