Download from Visual Studio Marketplace
This is the ultimate onboarding VS Code extension. When reading code, we sometimes come across JS/TS packages that are unfamiliar, with this extension, just hover on the imported package, and you will get information from NPM, about the current version of the extension being used, with links to the NPM package,Homepage and Git Repository.
We are open to suggestions and PRs, feel free to open an issue or a PR.
Hover on an imported npm package and wait as the package links are loaded, as shown below 🤯🤯🤯🤯.
Feature | Status |
---|---|
Support version checks on package.json | ✅ |
Support for ES Modules imports | ✅ |
Support for Typescript/Javascript | ✅ |
Support for JSX/TSX | ✅ |
Support for Vue | Experimental |
Support for Astro | Experimental |
Support for Svelte | Experimental |
Support CommonJS Modules | 🚧 |
I created this extension to help developers get to important links for a package all in one place. Want to learn more about a package being utilized in your codebase, this extension will help you do that efficiently, no need to go through Google.
PRs and suggestions are welcome