Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>click-installNew to Visual Studio Code? Get it now.
click-install

click-install

Nick Wu

|
10 installs
| (0) | Free
A vscode extension that automatically import dependencies for your project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Description

A vscode extention to install dependencies just one click.

No need to pnpm/npm/yarn add xx for each times.

Example

Config

pkgManager

If you don't set this config, found by this order automatically.

{
  "click-install.pkgManager": {
    "type": "string",
    "enum": [
      "pnpm",
      "yarn",
      "npm"
    ],
    "description": "Preferred package manager for click-instal."
  }
}

License

MIT License © 2025 [Nick Wu]

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