This content originally appeared on DEV Community and was authored by Dimitar Banev
Linters & Formatters
ESLint -Most popular Javascript linter
Stylelint - CSS Linter
Prettier - Code Formatter
Intellisenses
npm & npm Intellisense - autocompletes npm modules
Path Intellisense - autocompletes filenames
Visual Studio IntelliCode - AI-assisted development
Other
Simple React Snippets - hand picked snippets for everyday use
Thunder Client - Rest API Client
Better Comments - styled comments
Visual
Halcyon Theme - good looking theme imo
Material Icon Theme - icon theme
Indent Rainbow - colorful indents
Settings
{
"workbench.colorTheme": "Halcyon",
"workbench.iconTheme": "material-icon-theme",
"workbench.preferredDarkColorTheme": "Halcyon",
"workbench.preferredLightColorTheme": "Halcyon",
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.folders.color": "#8695b7",
"material-icon-theme.hidesExplorerArrows": true,
"editor.wordWrap": "on",
"editor.tabSize": 2,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
}
The keys' names are pretty self explanatory.
Hope this list is useful. Tried to keep it short.
This content originally appeared on DEV Community and was authored by Dimitar Banev

Dimitar Banev | Sciencx (2022-03-19T08:49:42+00:00) 13 Useful VS Code Extensions. Retrieved from https://www.scien.cx/2022/03/19/13-useful-vs-code-extensions/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.