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

Show graph across multiple classes? #57

Open
alshain opened this issue Mar 13, 2018 · 3 comments
Open

Show graph across multiple classes? #57

alshain opened this issue Mar 13, 2018 · 3 comments

Comments

@alshain
Copy link
Contributor

alshain commented Mar 13, 2018

Is it possible to run this analysis for more than one class at once?

Where would I need to start if I wanted to add this to the plugin?

@Stefku
Copy link
Owner

Stefku commented Mar 13, 2018

I think a good point to start is ReferenceDiagramDataModel. The constructor gets called with a PsiClass where the user wanted to render the diagram.

What is the use case? To generate a reference diagram for classes inside a package?

The whole mechanism is based on com.intellij.diagram which is not really good documented and kind of hard to debug. I'm not sure if that is a handy framework to improve the graph. But unfortunately, I've no time to switch to another rendering approach (see #56).

@Stefku
Copy link
Owner

Stefku commented Mar 15, 2018

I would track this feature in #58

@Stefku
Copy link
Owner

Stefku commented Jul 15, 2019

Hello @alshain . Currently, I've got some spare time to improve the plugin. Do you still have use cases for a graph across multiple classes? I've got beta implementations of #65 and #58 to kind of answer questions of coupling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants