Hello,
I assume the file "SampleService.cs" located in "\Programmes\Appeon\SnapDevelop 2019\Tools\Common7\IDE\ScaffoldedItem\Service (DataStore)\Services\Impl"
is used during the scaffolding of a datastore model class to auto-generate Service and Controller (screenshot01). I would like to modify a bit the template to change the routing argument (remove the /[action])(screenshot02).
But if i modify and save this "SampleService.cs" it does not have any effect on the code generated by the scaffolding and i still get the /[action] routing argument (screenshot03).
How can i make my custom template works ?
Regards,
I want to add a few details.
1) The template is located in "SnapDevelop 2019 R2\modules\SnapDevelop.Scaffolding\Templates".
2) It is really difficult to modify it without any official documents. But as Armeen said, you need to wait for the official release of PowerBuilder 2019 R2.
3) However, if you only want to modify some tiny details, such as copying a method in the template to add more methods, you can try it yourself.
Regards,Logan