How do you create a configuration settings window for the plugin, easiest start.

Answered

A sample implementation exists? 

Basically to modify settings in the dialog window and if you know how to persist these between restarts. 

Thank you.  

 

0
1 comment

Persisting settings between restarts can be done using a persistent state component - https://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html

And this one should get you started on the project wizard - https://www.jetbrains.org/intellij/sdk/docs/reference_guide/project_wizard.html

 

0

Please sign in to leave a comment.