Overwrite method or property
Hello,
what is the best way to overwrite a method or a property in phpStorm.
When I write "protected function " and then hit ctrl-space I get a list of methods to overwrite, but when I hit enter, I did not build the complete method body with all parameters and so on...
And with properties nothing works for my :(
Is there a good way in phpStorm to handle this?
Thanks and greetings,
Stefan
Please sign in to leave a comment.
Check main menu: Code|Override...
Thanks :)
But not for properties?
Well, yes. We never saw as really used - see http://youtrack.jetbrains.net/issue/WI-7062 for related discussion.
Please file a feature request to project tracker for inclusion of props in override dialog.