Search code examples
htmlsyntaxformatsublimetext3

Is there a way in Sublime text 3 to auto add the format for language after selecting it from syntax?


I am looking for a way, for Sublime Text, to add the "necessary" format in the editor after selecting the language from the syntax drop-down menu.

For example:
After selecting HTML, I want the editor to immediately add, for example, <!doctype html> <head> <body> <title>, et cetera, et cetera.

Is there a way for me to do this, or do I need to download/add certain plugins?


Solution

  • The emmet plugin might do its job.