13 Useful VS Code Extensions

Linters & Formatters

ESLint -Most popular Javascript linter

Stylelint – CSS Linter

Prettier – Code Formatter

Intellisenses

npm & npm Intellisense – autocompletes npm modules

Path Intellisense – autocompletes filenam…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » 13 Useful VS Code Extensions." Dimitar Banev | Sciencx - Saturday March 19, 2022, https://www.scien.cx/2022/03/19/13-useful-vs-code-extensions/
HARVARD
Dimitar Banev | Sciencx Saturday March 19, 2022 » 13 Useful VS Code Extensions., viewed ,<https://www.scien.cx/2022/03/19/13-useful-vs-code-extensions/>
VANCOUVER
Dimitar Banev | Sciencx - » 13 Useful VS Code Extensions. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/03/19/13-useful-vs-code-extensions/
CHICAGO
" » 13 Useful VS Code Extensions." Dimitar Banev | Sciencx - Accessed . https://www.scien.cx/2022/03/19/13-useful-vs-code-extensions/
IEEE
" » 13 Useful VS Code Extensions." Dimitar Banev | Sciencx [Online]. Available: https://www.scien.cx/2022/03/19/13-useful-vs-code-extensions/. [Accessed: ]
rf:citation
» 13 Useful VS Code Extensions | Dimitar Banev | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.