1
0
-1

I have opened the project in IDE and have extends the required class but struggling to find how to create the following files:

.json

.properties

.ftl

Can someone explain please?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, it depends on what IDE you are using. Since a plugin is essentially built using Java, you may want to familiarize yourself with Apache Maven to build Java projects. Did you check out the Plugin Tutorials, and more specifically the Guideline for Developing a Plugin?

        CommentAdd your comment...