code snippets - How to edit html autocomplete in Sublime Text 3 -


i can't seem find how configure html autocomplete snippet. i.e: when write html , hit tab autocompletes following:

<!doctype html>  <html>  <head>  	<title></title>  </head>  <body>    </body>  </html>

i'd edit , make custom one, possible?

cheers j


Comments

Popular posts from this blog

javascript - generate date range base on integers -

PHP and MySQL WP -