Visual Studio Code
VS Code Extensions
Name | Author |
---|---|
Alphabetical Sorter | Ugur Erdal |
Auto Rename Tag | Jun Han |
Git Graph | mhutchie |
Highlight Matching Tag | vincaslt |
html-entities | christopherstyles |
Five Server | Yannick |
Markdown All in One | Yu Zhang |
Material Icon Theme | Philipp Kief |
Material Theme | Mattia Astorino |
Path Autocomplete | Mihai Vilcu |
Prettier | Prettier |
Project Manager | Alessandro Fragnani |
vscode-pdf | tomoki1207 |
XML Tools | Josh Johnson |
Settings
json
// Preferences: Open Settings
{
"editor.tabSize": 2,
"workbench.iconTheme": "material-icon-theme",
"html.format.wrapLineLength": 80
}
Keyboard Shortcuts
json
// Preferences: Open Keyboard Shortcuts (JSON)
{
"key": "ctrl+shift+enter",
"command": "editor.emmet.action.wrapWithAbbreviation",
"when": "editorTextFocus && !editorReadonly"
}