I use an own framework Angular + Java. Most of the code is generic and for coding new clasess I always do the same. Create a few files and add a few lines in others, those changes are always simple similar to filling a template (name of the class, type of the attributes and so on).
I would like to know how to “teach” copilot to generate those for me.
In the past I had designed templates and I replaced the blanks with a program coded in java. With copilot, right now, I’m only using the suggestions in “individual” files, it’s super useful but I’d like to take a new step.