Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Quantum Node.js PackNew to Visual Studio Code? Get it now.
Quantum Node.js Pack

Quantum Node.js Pack

Wrenchingdev

|
28,622 installs
| (0) | Free
Take the leap with your editor and start coding in the New Age. This Extension pack includes popular VS Code extensions for Node.js development to be used as an add-on to the Quantum Extension pack or by itself.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quantum

Take the leap with your editor and start coding in the New Age. This Extension pack includes popular VS Code extensions for Node.js development to be used as an add-on to the Quantum Extension pack or by itself.

What's in the Box

Node.js Extension Pack

  • ES Lint - Integrates ESLint into VS Code.
  • npm - Run npm scripts from the command palatte and validate the installed modules defined in package.json.
  • JavaScript (ES6) Snippets - Adds code snippets for JavaScript development in ES6 syntax.
  • NPM IntelliSense - Adds IntelliSense for npm modules in your code.
  • Path IntelliSense - Autocompletes filenames in your code.
  • Prettier-Standard - JavaScript formatter - VS Code plugin for prettier + standard
  • Search node_modules - Quickly search for node modules in your project.

Settings.JSON

Feel free to use these as a base to get started customizing your editor.

{
  "editor.autoClosingBrackets": "always",
  "editor.autoClosingQuotes": "always",
  "editor.formatOnSave": false,
  "editor.minimap.enabled": false,
  "editor.suggestSelection": "first",
  "editor.tabSize": 2,
  "explorer.confirmDelete": false,
  "explorer.confirmDragAndDrop": false,
  "files.associations": {
    "*.scpt": "shellscript"
  },
  "git.autoStash": true,
  "git.confirmForcePush": false,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
  "terminal.integrated.rendererType": "dom",
  "terminal.integrated.shell.osx": "/bin/zsh",
  "window.zoomLevel": 0,
  "workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
  "workbench.iconTheme": "material-icon-theme",

  "workbench.startupEditor": "readme",
  "[javascript]": {
    "editor.defaultFormatter": "dbaeumer.vscode-eslint"
  },
  "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  }
}

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft