Learn to develop toolwindows plugin
已回答
Hi,
I would like to know where i can find courses to learn how developing a toolwindows plugin from A to Z.
I would like to develop a plugin which displays json as tree, as maven plugin. In toolwindows template on github, no enough informations. Is it only with swing ?
Best regards.
请先登录再写评论。
Hi,
Tool windows should be implemented in Swing, but you can use Platform components described under the User Interface Components section.
There is no A-Z tutorial for your exact use case in our resources. You can see the basics here:
I suggest checking how similar existing tool windows are implemented by using UI Inspector.
You can also find more complex open-source example implementations on IntelliJ Platform Explorer.
Thank you for your reactivity. I have already visited all those links so I will use UI Inspector.