eclipse-pdt / pdt

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

TypeHints for automatic generation of getter and setter #265

Open mumbomedia opened 8 months ago

mumbomedia commented 8 months ago

I use this feature to auto generate getters and setters.

I already change the templates for the comment so that the typehint for phpdoc is included. Sadly in the method definition it is missing. Therefore I had to add it manually. Would be great if this could be done automatically when creating these methods. Maybe it could be optional and can be enabled / disabled in the settings.