Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Package to Local DependencyNew to Visual Studio Code? Get it now.
Package to Local Dependency

Package to Local Dependency

barretts

| (0) | Free
Navigate to local package dependencies in node_modules with Ctrl+Click
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Package to Local Dependency

A Visual Studio Code extension that enables quick navigation to package dependencies in your node_modules folder.

Features

  • Ctrl+Click (or Cmd+Click on macOS) on any package name in your package.json's dependencies or devDependencies section
  • Automatically opens the corresponding package.json file in node_modules
  • Works with both dependencies and devDependencies

Requirements

  • Visual Studio Code 1.85.0 or higher
  • Node.js project with a package.json file

Installation

  1. Clone this repository
  2. Run npm install
  3. Run npm run compile
  4. Press F5 to start debugging

Usage

  1. Open your project's package.json file
  2. Hold Ctrl (or Cmd on macOS) and click on any package name in the dependencies or devDependencies section
  3. The extension will navigate to the corresponding package.json file in your node_modules folder

Extension Settings

This extension contributes no settings.

Known Issues

None at the moment.

Release Notes

0.0.1

Initial release of Package to Local Dependency:

  • Basic Ctrl+Click navigation to package.json files in node_modules
  • Support for both dependencies and devDependencies
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft