plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: Add Custom Code Generators globally

Open IsaacHatilima opened this issue 6 months ago • 3 comments

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.

IsaacHatilima avatar Jun 27 '25 11:06 IsaacHatilima

Hello. Yes, they are done per project. We will try to make them available per IDE.

adelf avatar Jun 30 '25 09:06 adelf

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.

IsaacHatilima avatar Jul 01 '25 07:07 IsaacHatilima

@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.

faytecCD avatar Oct 28 '25 07:10 faytecCD