Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 - Emmet shortcut for HTML 5 not working.

I have recently downloaded sublime text 3 and installed emmet. The issue that I am having is that when I write the short code for HTML 5 and press tab, it doesn't work. This method was used in sublime text 2 and it worked. Does anyone have any solutions to this issue?

like image 921
Mospective Avatar asked Nov 10 '15 17:11

Mospective


2 Answers

type ! and then press Tab. found the answer on cheatsheet

like image 185
Jubair Sayeed Linas Avatar answered Oct 12 '22 22:10

Jubair Sayeed Linas


Text editor doesn't know what shortcut to expand until you save new file as *.html or change the syntax (bottom/right), because new document starts in plain text.

like image 5
Rafiozoo Avatar answered Oct 13 '22 00:10

Rafiozoo