-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
ideaSuggestion or idea, not yet vetted/decidedSuggestion or idea, not yet vetted/decided
Description
Some IDEs cough cough provide integration with package manager like npm/pnpm/yarn.
JetBrains IDEs for instance provide the following capabilities:
- code completion for package names and version numbers
- quick documentation for packages
- vulnerability detection in installed packages
More details on that can be found here: https://www.jetbrains.com/help/idea/installing-and-removing-external-software-using-node-package-manager.html
I think the vulnerability detection uses a 3rd party service, but AFAIK the other features are implemented through the npm API, so as long as npmx has api compatibility this should be pretty straight forward to accomplish
Metadata
Metadata
Assignees
Labels
ideaSuggestion or idea, not yet vetted/decidedSuggestion or idea, not yet vetted/decided