A Visual Studio Code extension that adds clickable hyperlinks to dependency names in package.json files, making it easy to navigate to their npm pages.
Features
Automatically converts package names in dependencies and devDependencies to clickable links
Links open directly to the corresponding npm package page
Works in any package.json file
Minimal and lightweight
Usage
Open any package.json file in VS Code
Hover over any dependency name
Ctrl+Click (or Cmd+Click on Mac) to open the npm page for that package
Installation
Open VS Code
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
Search for "Node Package Hyperlink"
Click Install
Requirements
Visual Studio Code version 1.96.0 or higher
Known Issues
None at this time. If you find any issues, please report them on our GitHub repository.
Release Notes
0.0.1
Initial release
Basic functionality to create hyperlinks for package names in package.json files