Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.99 KB

README.en.md

File metadata and controls

32 lines (22 loc) · 1.99 KB

README.md Language: 中文 | English

node-modules


Features

  • Hover the mouse over 'packageName' in the' package.json' file and a related prompt will appear. If the package corresponding to this packageName is already installed, click the package name in the floating box, and it will jump to the installation directory of the package.

  • When importing package using import or require in .ts.js.jsx.tsx.vue file, move the mouse over the PackageName, You will get relevant tips.

  • In package.json file, press Ctrl and click packagename to jump to node_ modules corresponds to the package directory.

  • Right-click the node_modules folder and click the search Package in the pop-up menu to search the node_modules package.

  • In the pop-up menu, click the search node_modules to search the node_modules path.

  • Copy the real path corresponding to the symbolic link

Shortcut keys:
Search Package: windows(ctrl+k p)、mac(cmd+k p)
Search node_modules: windows(ctrl+k n)、mac(cmd+k n)