Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Remove package from codeNew to Visual Studio Code? Get it now.
Remove package from code

Remove package from code

Orkhan Jafarov

|
741 installs
| (1) | Free
Remove your npm-packages directly from code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-remove-package

⚠️ Extension moved to vscode-here-and-now! ⚠️

Desc:

You hit the right click on the package name and it is firing npm uninstall your-package or yarn remove your-package (if yarn in project) commands.

Just right click to remove your npm-package from your code

feature

Remove packages by clicking here

import foo from 'bar';
const foo2 = require('baz');

Or remove packages in package.json

Author: https://github.com/gigantz

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