nrw / sublime-text-handlebars

A more legible Handlebars package for Sublime Text 2
32 stars 4 forks source link

Support auto closing html tags in .hbs files #3

Open whmii opened 10 years ago

whmii commented 10 years ago

A super handy feature in sublime is cmnd+option+. for autoclosing html tags contextually. Unfortunately while working in hbs files, this no longer works properly.

This would be a great feature to add, especially since a lot of site compiler and node apps use .hbs files almost exclusively so you end up writing a lot of html in them.

-thanks!

mattborn commented 9 years ago

+1

mattborn commented 9 years ago

Not sure how other plugins manage to work properly with Sublime’s native implementation of this functionality, but I was able to get this working in .hbs files using another package called Tag which overrides the native tag close key binding.

envoytravis commented 9 years ago

+1

keenan-envoy commented 9 years ago

+1

egrucza commented 9 years ago

+1

marko85to commented 8 years ago

+1 does anyone know if there is some workaround to get this working?