You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is an option to generate getters&setters either for one property or multiple properties - but only if you select the properties.
Would you consider adding an option to generate getters&setters for all the properties that are defined in the current class, no matter where the cursor is?
The text was updated successfully, but these errors were encountered:
I can't generate getter and setters for mutiple properties...
I always get
"phpGettersSetters error: No property found. Please select a property to use this extension."
I can't generate getter and setters for mutiple properties...
I always get
"phpGettersSetters error: No property found. Please select a property to use this extension."
Currently it's possible to generate multiple if you select the properties excluding the semicolon and call the command "Insert PHP Getter" using the command pallet.
Currently there is an option to generate getters&setters either for one property or multiple properties - but only if you select the properties.
Would you consider adding an option to generate getters&setters for all the properties that are defined in the current class, no matter where the cursor is?
The text was updated successfully, but these errors were encountered: