==============================================================================================
This extension provides the standard extended-html5-boilerplate code used in most of the web applications.
Type extended-html5-boilerplate
in an HTML file and select the snippet from the auto suggestion dropdown to get this boilerplate.
- Install Visual Studio Code 0.10.1 or higher
- Launch VS Code
- Launch the command palette by using
Ctrl-Shift-P
(Windows, Linux) orCmd-Shift-P
(OSX) - Type in Install Extension and select 'Extensions : Install Extensions'
- Type
Extended Html5 Boilerplate
- Choose the extension from the drop down
- Reload Visual Studio Code
- Create a new document
- Set the language mode [supported
html, php, ruby, js, jsx
] - Type
html
the auto-complete option forextended-html5-boilerplate
shows. Select it to generate the boilerplate
- Open your vscode extension directory, in my case it is -
C:\Users\Rajesh\.vscode\extensions\sidthesloth.html5-boilerplate-1.0. 3\snippets
- Then open
html.json
and edit the body or prefix content.
If you have any issues report them at Issues