Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit plugin dependencies #395

Open
avpotapov00 opened this issue Sep 27, 2024 · 0 comments
Open

Limit plugin dependencies #395

avpotapov00 opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working IJ Plugin

Comments

@avpotapov00
Copy link
Collaborator

Currently the plugin lists all the dependencies as required, while actually only Diagrams is the only required one. As a result, a user can install the plugin only if they have all these plugins installed.

The correct way is to create extension points and implement them in separate modules that will declare these dependencies.

@ndkoval ndkoval added bug Something isn't working IJ Plugin labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working IJ Plugin
Projects
None yet
Development

No branches or pull requests

2 participants