acharluk / Fenix

Fenix project generator
3 stars 1 forks source link

cant name files #7

Open lucasrj opened 4 years ago

lucasrj commented 4 years ago

i am trying to make it name a file from user input but i figure out how

acharluk commented 4 years ago

Hello!

Right now user input can only affect the contents of a file, not the name of the file itself. Names of files and directories can only be defined in the template itself, not by the user.

I may look into adding this feature in the future!

lucasrj commented 4 years ago

ok thanks for the fast replay i am looking forward to then it comes

acharluk commented 4 years ago

Just out of curiosity, what is your use case for this feature? Having specific examples of what you want Fenix to achieve would help me a lot when developing it 😄

Thanks!

lucasrj commented 4 years ago

i am trying to have en easy way to make a new class in c++ so it will make the cpp and h files with the name of the class

acharluk commented 4 years ago

I assume you used my other extension Easy C++? You can still use it for now if you want that specific feature until it is added to Fenix! 😁

lucasrj commented 4 years ago

i look into using it but i found it did't have what i need so i made my on repository