Package Version Server is a language server that enhances your development experience by providing versions of packages directly when hovering over keys in package.json
files.
- Displays the version of a package upon hovering over its key in
package.json
. - Seamless integration with popular code editors.
- Lightweight and easy to configure.
No specific configuration needed. The server will automatically start and provide package versions when you hover over dependencies in package.json
files.
Open a package.json
file in your code editor, and hover over any dependency key to see the package version.
Feel free to submit issues or pull requests. Contributions are welcome!
This project is licensed under the MIT License.