Access package information directly in your code editor with Package Info. This lightweight VS Code extension provides instant package details when you hover over imports, streamlining your development workflow.
Features
Hover Information: View concise package descriptions on hover.
Quick Links: Access npm or GitHub pages for further documentation.
Supported Languages/Frameworks:
JavaScript
JavaScript React
TypeScript
TypeScript React
Python
Svelte (framework)
Vue (framework)
JSON
How to Use
Open a file in a supported language or framework.
Hover over require(...) or import from '...' statements to view package details.
Installation
Install from the VS Code Marketplace.
Ensure VS Code version 1.94.0 or higher.
The extension activates automatically for supported languages/frameworks.