Neil Brayfield

Results 28 comments of Neil Brayfield

@MarlonFan thanks for your feedback on this. Really appreciate it. The reason I left it as not inferring class names is simply because I find if it does, people will...

If I was to implement this as an option you can turn on what format would you like for the class name initial message?

And would `service\` come from the namespace or would that be a tabstopped placeholder? Also note I've added `@package` to the completion list in the next release, see #2

The plugin wasn't really designed to support the annotation you are using it expects that the function you are attempting to docblock is on the line below not two lines...

The change in general seems OK but I don't know if the config name is the best description of the feature. Also shouldn't this apply to the return tag as...

I guess maybe `spacingCharacter`? As always naming things is one of the hardest things

It should provided you have a use statement for the class you are type hinting. Have you got an example?

Thanks for providing an example. It's because you are using the multiple use statement. Which isn't PSR-2 so I never do it and thus never implemented it. But it probably...

@tianyiw2013 there is already a config option for this

See also #139