Skip to content

IDE Integration Compatibility #239

@niklas-wortmann

Description

@niklas-wortmann

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

No one assigned

    Labels

    ideaSuggestion or idea, not yet vetted/decided

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions