Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>VSCode EssentialsNew to Visual Studio Code? Get it now.
VSCode Essentials

VSCode Essentials

godhand1607

|
5,686 installs
| (0) | Free
Extension pack that includes all the tools I use daily as a developer.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Essentials

Extension pack that includes all the tools I use daily as a developer.

Extensions Included

  • Angular Language Service
  • Angular v6 Snippets by John Papa
  • angular2-inline by Nate Wallace
  • Atom One Light Theme by Mahmoud Ali
  • Docker
  • EditorConfig
  • ESLint by Dirk Baeumer
  • Go
  • NativeScript
  • nginx.conf by shanoor
  • npm by egamma
  • One Dark Theme by Joshua Azemoh
  • One Monokai Theme by Joshua Azemoh
  • Path Intellisense by Christian Kohler
  • Python
  • SVG Viewer by cssho
  • TSLint by egamma
  • vscode-elixir by Mat McLoughLin

Recommended Settings

  • Note that the settings below assumes you have iTerm2 installed using zsh.
{
    "terminal.external.osxExec": "iTerm.app",
    "terminal.integrated.shell.osx": "/bin/zsh",
    "terminal.integrated.fontFamily": "Inconsolata-dz for Powerline",
    "terminal.integrated.fontSize": 13,
    "files.trimTrailingWhitespace": true,
    "files.insertFinalNewline": true,
    "editor.renderIndentGuides": true,
    "editor.renderWhitespace": "none",
    "editor.renderControlCharacters": false,
    "editor.fontSize": 13,
    "editor.detectIndentation": false,
    "editor.tabSize": 4,
    "workbench.colorCustomizations": {
        "editor.background": "#16181D",
        "terminal.background": "#202020"
    },
    "workbench.colorTheme": "One Monokai"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft