Essential Extension Pack for Visual Studio Code
Collection of basic extensions to get started with web development in Visual Studio Code.
Sample Configuration
{
"workbench.colorTheme": "One Dark Pro Vivid",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.showIcons": true,
"editor.fontSize": 14,
"editor.wordWrap": "off",
"html.autoClosingTags": true,
"html.format.endWithNewline": true,
"html.format.indentHandlebars": true,
"emmet.triggerExpansionOnTab": true,
"auto-close-tag.enableAutoCloseTag": true,
"auto-close-tag.enableAutoCloseSelfClosingTag": true,
"auto-rename-tag.activationOnLanguage": [
"html", "xml", "php", "javascript", "vue"
],
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": false
},
}
Please file any issues or
have a suggestion please tweet me @riipandi.
License
This project is open-sourced software licensed under the MIT license.