16 Great VSCode Extensions for Web Development in 2023 | Visual Studio Plugins

preview_player
Показать описание
In this Video I share the VS Code extensions I am currently using for my web development workflow. Let me know your favorite VS Code extension in the comments and why its your favorite!

Extensions Covered in This video:
Auto Rename Tag
Ayu - Theme
Better Comments
CodeSTACKr Theme
Color Highlight
Debugger for Chrome (Nightly)
Fluent Icons
Github Copilot
Github Copilot Labs
Live Server
Live Share
Night Owl
Paste JSON as Code
Rome
Solidity
VScode-Icons

#vscode #webdevelopment #frontenddeveloper #uiengineer #softwareengineering #softwaredeveloper
Рекомендации по теме
Комментарии
Автор

- Auto Close Tag: Counterpart to Auto Rename Tag.

- Error Lens : Inline error highlighting

- File Utils : With rebound hotkeys, it's a better flow for creating / renaming / moving files because you can input the location(s) of where things get created. Meaning assuming you've got autosave turned on (like any sane dev) it will immediately start working compared to the normal flow where you'd have to manually press ctrl+s and give it a name in a location.

- Git Graph : probably the only functionality of git i use outside the terminal. Better looking git log and saves you having to mess around with terminal tooling or use a separate desktop app (like git kraken) to get the same effect.

- Highlight Counter : Does what it says, counts the number of instances of anything you have selected, where as the default tells you how many characters you have selected.

- Nested Comments : Fixes some weird default behavior's

marble_wraith