Open mojidabckuu opened 2 years ago
If I add modelSuffix option then only objects generated with suffix. Looking into the code I found this line in Swift code fornatter
modelSuffix
return escapeType("\(modelPrefix)\(name.upperCamelCased())")
Shall we add enum suffix support?
Yeah I can see value in that. How do you use the modelPrefix? For organisational namespacing, or avoiding collisions?
If I add
modelSuffix
option then only objects generated with suffix. Looking into the code I found this line in Swift code fornatterShall we add enum suffix support?