Learn to develop toolwindows plugin

Answered

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.

0
2 comments

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.

0

Thank you for your reactivity. I have already visited all those links so I will use UI Inspector.

0

Please sign in to leave a comment.