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

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -