Louco11 / Group-File-Template-GFT

The GFT plugin may be useful: Developers who often create groups of files with - similar structure. Development teams who want to unify the style and formatting of their projects. Anyone who wants to increase their productivity when working with an IDE
https://github.com/Louco11/Group-File-Template-GFT
22 stars 6 forks source link

Can't add a file to the template #1

Closed Samdogcom closed 2 years ago

Samdogcom commented 3 years ago
  1. can't add a file to the template.
  2. can't create files from a template into MODULE

My IntelliJ IDE Android Studio Arctic Fox | 2020.3.1 Patch 2 Build #AI-203.7717.56.2031.7678000, built on August 27, 2021

Can you add some features?

  1. some parameter like {YEAR} {MONTH} {DAY} {TIME}, that we can make author template at the same time.
  2. some function like lowercase({name}), because layout's filename is lowercase but java's filename is camelCase.

btw, this plugin is very helpful, thank you very much.

Louco11 commented 3 years ago

Hello, check that your template is written in main.json as described https://github.com/Louco11/ArchitecturalTemplates/wiki/Architectural-Templates

I will be taking support for modules in the near future, as well as creating modules.

layout's filename for now, create a separate tag "param": ["name", "nameRes"] for a name, I'm still thinking how to beautifully implement this.

One of these days I will add examples of how to create templates for resources.

Louco11 commented 2 years ago

I fix problem with add file in template in new wersion 3.4