An open API service indexing awesome lists of open source software.

https://github.com/daydreamer-riri/vscode-ext-packages

Helps JavaScript developers managing dependencies with package.json.
https://github.com/daydreamer-riri/vscode-ext-packages

javascript node package-json vscode-extension

Last synced: 3 months ago
JSON representation

Helps JavaScript developers managing dependencies with package.json.

Awesome Lists containing this project

README

          




packages


Visual Studio Marketplace Version


This is packages, an extension for node dependencies. Aims helping developers to manage dependencies while using package.json.

## Features

- Displays the latest version of the package next to it.
- Shows all versions (clickable) on the tooltip of the package hovered.

## Preview

![preview](./screenshots/preview.gif)

## Known Issues
Any minor issues or glitches you encounter will automatically be resolved when you save your work.

## Thanks

`packages` is inspired by [crates](https://github.com/serayuzgur/crates), which is an extension for managing Rust dependencies.

## License

[MIT](./LICENSE) License © 2023 [Riri](https://github.com/Daydreamer-riri)