How does one implement a custom project creation

Answered

I'm creating a plugin for the first time to be able to create a project from an existing template. How do I intercept and implement custom logic for when the Finish button is pressed? Is it an interface I have to implement on my class that extends EmptyModuleBuilder or elsewhere?

I want to override what happens when the Finish button is pressed since the creation of the project folder and everything else needs to be custom.

1
1 comment

Hi,

Could you please clarify your use case? Do you implement custom language support? Do you have your custom module type or do you want to modify the finishing step in the existing wizard?

0

Please sign in to leave a comment.