Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SublimeText 3 issue with Emmet

When i press tab button only generate last character. but i want generate entire line to the html.

for example when i write div>a and press tab, generate

div><a href=""></a>

instead of:

<div><a href=""></a></div>

What's the problem? how can i fix this?

SublimeText 3 and emmet

like image 540
Sajad Avatar asked Mar 19 '26 12:03

Sajad


1 Answers

It happens because you’re actually completing snippet from autocomplete popup. Either press Esc before expanding abbreviation or set disable_tab_abbreviations_on_auto_complete preference to false: https://github.com/sergeche/emmet-sublime/blob/master/Preferences.sublime-settings#L29

like image 191
Sergey Chikuyonok Avatar answered Mar 22 '26 03:03

Sergey Chikuyonok



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!