Sublime Forum

New to editor & code HTML always in editor

#1

Hi,

I’m new to sublime and most code. Im just wondering if they is an option so when i load sublime it automatically has default HTML in the editor. I.E the code below to save having to type it out again and again. I didn’t know what it would be called so couldn’t search for it, sorry

[code]

[/code]

Thanks

Phil

0 Likes

#2

Sublime Text is fully customisable with plugins.

Checkout the Package Control for HTML snippets https://sublime.wbond.net/search/html%20snippet.

0 Likes

#3

Hi,
you can check for Emmet package, its expand tags command is what you are looking for, and many more features that might be helpful for you :wink:
take a look here: emmet.io/

0 Likes