vscode-html-snippets
What is this repository about:
A visual studio code extension for HTML code snippets.
The HTML code is conform to the HTML/CSS google style guide
How to use the extension:
To use the extension, copy the html-snippet-ska folder into the .vscode/extensions on your vscode local installation then restart vscode.
Key bindings:
The key bindings that are defined currently are:
Key bindings
Description
| Windows
| Mac
|
Insert an HTML starter code
| ctrl+shift+h
| cmd+shift+h
|
Insert an HTML table
| ctrl+shift+t
| cmd+shift+t
|
Insert an HTML form
| ctrl+shift+f
| cmd+shift+f
|
Insert an Optimized HTML starter code
| ctrl+shift+o
| cmd+shift+o
|
Insert a complete CSS reset set of rules
| ctrl+alt+r
| cmd+alt+r
|
Insert a complete CSS responsive design system with 3 breakpoints (680, 768 and 1024px)
| ctrl+alt+m
| cmd+alt+m
|
Insert a starting code for a Node.js/Express/Mongoose web server
| ctrl+alt+n
| cmd+alt+n
|
Miscellaneous:
Related Stackoverflow post
| |