autogenerate docblock no working anymore ?
Hi,
In previous versions, when I created a docblock above a method, it was filling in the @param, @return and so on automatically just by typing /** and enter.
Since my last update it's not the case anymore.
Is it possible to turn that back on somehow ?
Please sign in to leave a comment.
also, while on the topic of autogeneration, is there a way to have the setters generated by code/generate include "return $this" at the end ?
That hasn't changed and works fine for me in version 2.1.2. If you have got a particular example when it doesn't work, it makes sense to file a bug report at http://youtrack.jetbrains.net.
And here is a blog post answering your second question:
http://blogs.jetbrains.com/webide/2011/05/customizable-getter-and-setter-method-templates-in-phpstorm
I hope it helps.
thanks for the quick reply