In Sublime Text 3, when I create a new file (HTML, JavaScript, PHP, etc), is there a way to edit the default tags and their indentations? Currently, when I create a new file, say HTML, I get:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
I would like to change it so that a new HTML file creates:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Is this possible without plugins or will I have to search for/make one?
You can change the default snippet with the PackageResourceViewer plugin.
PackageResourceViewer
through Package Control
prv
PackageResourceViewer: Open Resource
html
and select it.html.sublime-snippet
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With