Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>monorepo-package-jumperNew to Visual Studio Code? Get it now.
monorepo-package-jumper

monorepo-package-jumper

bjervis

|
19 installs
| (0) | Free
Quick navigation for packages inside large monorepos
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

monorepo-package-jumper

A VSCode extension to allow easy navigation between packages in large monorepos.

From the command palette, use "monorepo-package-jumper: Jump to package..." to select from the list of packages in this monorepo.

By default, "Jump to package" is bound to hyper J (cmd + ctrl + alt + shift + j).

Configuration

Open file picker

By default, the extension will open the package.json of whichever package was selected.

If this option is enabled, it will instead open the "Go to file..." palette (normally cmd P), prefilled with the path of the selected package to allow for filtered searching.

Optimisations

Selective loading

Some projects are structured as several monorepos inside on repository. To avoid loading all packages in the whole repo, the extension will only load packages that are part of the same monorepo as the currently open file. If no files are open, it will load all packages in the whole project.

Caching

Once the extension has loaded the list of packages for the first time, it caches the results for faster loading next time, as the package contents don't often change.

If they have changed, and you need to refresh the cache, you can use the "monorepo-package-jumper: Reset cache" command from the command palette.

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