0
For example I create the dog class there after I have to create the files DOG, DOG, DOG, DOG. I was wondering if there’s a way to automate this, just creating the class and then these other files being generated by the library.
0
For example I create the dog class there after I have to create the files DOG, DOG, DOG, DOG. I was wondering if there’s a way to automate this, just creating the class and then these other files being generated by the library.
Browser other questions tagged java java-ee
You are not signed in. Login or sign up in order to post.
You can use Snippets from your IDE.
– Isaías de Lima Coelho
I researched before asking the question and had found nothing, know tell me if the eclipse has native or need some store plugin?
– Leonan Costa
has native, is not fully automatic, but has plugins that may solve with more specificity. https://marketplace.eclipse.org/content/java-coded-templates-or-code-snippets#group-Details
– Isaías de Lima Coelho
Thanks, I’ll take a look.
– Leonan Costa