[Feature Request]: Add Custom Code Generators globally
Feature Description
Following tutorial here, the base files are kept but I have to add them to every project for them to show in the new menu. Or maybe I am missing something but seems it has to be done per project.
Hello. Yes, they are done per project. We will try to make them available per IDE.
Thank you, also look at the popup. I followed your tutorial to create a repository helper then with the same pattern A different helper. What is happening is that the suffix remains of the previous created file. If I create a repository and what to create a custom action/class the suffix will be repository and I have to change that. then when creating repository again I have to change to repository. But maybe I missed something so I am still clicking around but so far that is what is happening.
@adelf
Hello, I found that in laravel-data’s ide.json, there is a codeGenerations configuration option.
It allows a flexible, configurable, and team-shared way to define code generation settings within a project.
However, this feature is not documented in the ide.json documentation.