Skip to content

A VSCode extension that allow jump to package's folder in node_modules or npm page.

Notifications You must be signed in to change notification settings

liajoy/vscode-goto-package

Repository files navigation

Goto Package

Jump to selected package.json file in node_modules quickly.

How To Use

ScreenshotPick

Run ⌘ ⇧ P on mac os, ctrl ⇧ P on windows.

Then type pickPackage to show a list of packages in node_modules.

Features

Command( GotoPackage.pickPackage ) is used for picking a package from node_modules. When a package is picked, you can choose a action from below actions:

  • jump to package.json
  • jump to npm page

Available Configuration

Name Description default
gotoPackage.searchNodeModules Specifies whether to searches node_modules folder to find more local packages false

Todos

  • [] Supports mono repo.

Change Log

See change log here.

About

A VSCode extension that allow jump to package's folder in node_modules or npm page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published