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
- Clone this repository
- Run
npm install
- Run
npm run compile
- Press F5 to start debugging
Usage
- Open your project's package.json file
- Hold Ctrl (or Cmd on macOS) and click on any package name in the dependencies or devDependencies section
- 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
| |