VS2017 Library manager support
Answered
Are there any plans to support Library Manager for external client-side libraries (libman,json)? We have a project with library manager configuration and would like to try it in Rider.
Please sign in to leave a comment.
Please upvote the corresponding feature request: https://youtrack.jetbrains.com/issue/WEB-32517
For anyone still waiting for LibMan support in Rider: I published a plugin that brings the Visual Studio Library Manager experience to Rider.
Open a `libman.json` and, right in the editor, you can:
- see available updates inline (patch / minor / major / pre-release) and pick a version to install,
- check for updates, update, or remove a library,
- restore and clean from the context menu,
- read the library description with a link to the provider page.
Providers: cdnjs, unpkg (npm), and jsDelivr.
Marketplace: Libman GUI
Feedback and bug reports are welcome.