Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code LinkifyNew to Visual Studio Code? Get it now.
VS Code Linkify

VS Code Linkify

Azat S.

|
12 installs
| (0) | Free
VS Code extension to quickly and effortlessly link local npm package in one click
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Linkify

VS Code Linkify logo

Version Code Coverage GitHub License

A VS Code extension that makes it super easy to link local npm packages to your project.

Link local npm packages directly from your editor without needing the terminal or memorizing complex commands.

What is this extension for?

If you're developing multiple npm packages simultaneously or frequently testing changes in your libraries, you probably use these commands often:

npm link package-name

This can be inconvenient and time-consuming.

VS Code Linkify simplifies this process, allowing you to link packages directly from your editor without using the terminal or memorizing complex commands.

Features

  • One-click linking. Quickly link local npm packages.
  • Multiple package managers. Automatically detects and supports npm, yarn, pnpm, and bun.
  • Remembers paths. No need to repeatedly select package directories.
  • Hover integration. Easily link packages by hovering over dependencies in package.json.
VS Code Linkify Demo

Installation

Install the extension from the Marketplace or search for "Linkify" in the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).

How to use

Using this extension is very simple:

  1. Open your project's package.json.
  2. Hover over the dependency you want to link.
  3. Click the "Link Package" button in the tooltip.
  4. Select the directory of the local package.

The extension automatically completes the linking and notifies you upon successful completion!

Use Cases

  • Monorepos: easily test changes between different packages.
  • Library development: instantly check how your library performs in your project.
  • Debugging dependencies: quickly link local dependency versions for debugging.

Troubleshooting

If you encounter any issues:

  1. Make sure your package has a valid package.json file
  2. Check that you have the necessary permissions to create symlinks
  3. Verify that your package manager (npm, yarn, pnpm, or bun) is installed and accessible

Contributing

See Contributing Guide.

You can also support this project by giving this repository a star on GitHub or rate this extension with five stars on Marketplace.

License

MIT © Azat S.

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