eclipse-pdt / pdt

PHP Development Tools project (PDT)
https://eclipse.org/pdt
Eclipse Public License 2.0
188 stars 46 forks source link

Support for SnakeCase properties. #266

Open mumbomedia opened 6 months ago

mumbomedia commented 6 months ago

I use snake case for class properties so they can easily distinguished from methods and classnames which I write in camel case.

When using the feature of automatic generation of getter and setter methods I want these methods in camel case. Would be great if I could configure this and then I don't have to manually change every generated method anymore.