I know we have this '!' shortcut so as to automatically fill in a standard html boilerplate.
But I want to add one line to it() and save this form for future use - how to do that?
I know we have this '!' shortcut so as to automatically fill in a standard html boilerplate.
But I want to add one line to it() and save this form for future use - how to do that?
Copyright © 2021 Jogjafile Inc.
Try this: open your vs code
go to view->command palette or (ctr + shift + P)
type and enter Snippets:Configure User Snippets
select and enter ' html.json '
copy and paste below code
"boilerplatecode": {
Edit code inside the squre bracket and save it
create a html page and type shortcut key boilerplatecode and enter then the code automatically come in your editor.