Looking for examples for com.intellij.diagram.v2

Answered

Hello, 

I would like to update my plugin (https://github.com/Stefku/intellij-reference-diagram) to recent IDEA version and from java to kotlin. In my existing plugin I use com.intelliJ.diagram.

I read here that with com.intellij.diagram.v2 there is a more easy way to create diagrams.

Does anybody has used this api in a plugin?

Cheers, Stefan

0
2 comments

Hi Stefan,

I couldn't find any public examples of the API usages. As far as I see, the API is well-documented. The entry point is:

com.intellij.diagram.v2.GraphChartFactory.Companion#getInstance

If you want to talk to someone who actually used it and wants to share their experience, please note that there are no many active third-party plugin vendors on this forum. More active people are on our community Slack: https://plugins.jetbrains.com/docs/intellij/getting-help.html#problems-with-code-support-issues

0

Thanks Karol, I'll visit the community Slack

0

Please sign in to leave a comment.