Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 787 Bytes

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.