-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creating getters doesn't work - or documentation needed #141
Comments
@rileyrg Thank you for reporting. I will investigate this issue tonight. |
Thank you. I also added one re inserting namespaces but maybe it's a documentation thing as auto namespsce insertion at completion would have been raised before. |
I pulled latest from melpa. nice , better but alas not working with helm. I can see the attributes but not actually action them. Hitting tab shows only the "f1 sole action". turning off helm mode, I could get them completed but only one at a time and it wsa a tad confusing but that might be my setup - it allowed me to complete one member data then hit enter, then I had a blank prompt and hit enter again and then the accessor appeared in the code. BTW is the PHP standard for getters not to use get prefix? |
Having a similar issue. It does work if the point is on the method, but doesn't work if it isn't, when I'm prompted to select a property. Another thing is that if you have many properties, you got to select one by one and generate for each of them. It would be good if it generated all the accessors in the constructor at once. |
When I have my cursor on a member variable and select "properties/accesor(a)" from the transient command or using php-generate-accessors I get:
The text was updated successfully, but these errors were encountered: