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

Time:10-30

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.

  • Related