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?
CodePudding user response:
The emmet plugin might do its job.