sublime-php-getters-setters icon indicating copy to clipboard operation
sublime-php-getters-setters copied to clipboard

Typed properties not accepted

Open mmallet66 opened this issue 4 years ago • 2 comments

If i add type to properties, it's not working.

For example if I have, in a Foo class, a property "private int $num;" i can't generate getter and setter.

When i choose generate for, this property doesn't appear in the list.

Without type it works correctly.

mmallet66 avatar Dec 14 '20 10:12 mmallet66

I've just come across this too.

This repo seems to be abandoned. Is anyone maintaining a better fork?

glennjacobs avatar May 20 '21 11:05 glennjacobs

i just added a hacky support for this. oversoul/sublime-php-getters-setters

oversoul avatar Feb 19 '22 12:02 oversoul