Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>auto-nvmNew to Visual Studio Code? Get it now.
auto-nvm

auto-nvm

SuperYing

|
588 installs
| (0) | Free
vscode extension that simplifies node version management.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

auto-nvm

A vscode extension that simplifies node version management.

Features

  • [x] Automatically switch node version according to .nvmrc.
  • [x] Use Use Node Version command to manually switch node versions.
  • [x] Use Node Version command provides an "install others" option to install specified Node.js version manually.

Requirements

  • To be able to pick different node versions, you must have installed nvm and used it to manage the node environment.
  • to take nvm use command effect on terminal startup, you must have a .nvmrc file in the project.

Usage

Automatically switch node version

As long as the requirements are met, nvm use command will be automatically executed when the terminal is created and switch to the node version configured in .nvmrc.

Use Node Version

  • Open the command palette (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on OS X) and search for Use Node Version.
  • Enter the specified node version in the input box.
  • the extension will be automatically execute nvm use command in terminals.

Enjoy!

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