/vscode-install-dependency-code-action

a tiny QOL extension for easily installing new deps in any JS/TS project

Primary LanguageTypeScriptMIT LicenseMIT

vscode-install-dependency-code-action

Version Installs Downloads Rating Star Last Updated

CI PRs Welcome Github Open Issues LICENSE

screenshot

Features

Detects an import of a missing module and offers to install it via npm/yarn/pnpm using the quick fix command.

Open up this link for video showing the extension in action:

Screencast.from.2024-10-10.02-27-15.mp4
  • shows error info when install fails
  • shows success when install is succesful

Development

Install dependencies by:

pnpm install

Then run and debug extension like in official documentation

TODO

  • add ability to install all missing dependencies at once