vscode-php-docblocker icon indicating copy to clipboard operation
vscode-php-docblocker copied to clipboard

Re-parsing

Open neild3r opened this issue 5 years ago • 1 comments

This is the start of a change that will allow you to re-parse an existing docblock adding any missing params etc. This will be tricky because we could be parsing unknown configurations and trying to mix in.

Currently the status is I've got it detecting the range for an existing docblock. I'll move next onto splitting into tags and trying to merge with a new parse

neild3r avatar Jan 13 '19 22:01 neild3r

This looks great. I'd started work on something similar-ish: adding specific suggestions for @param and @return with more details. Is this something you'd be interested in as well, or do you want to stick to the reparsing technique?

If so, I can send a PR your way. :)

rmccue avatar Aug 24 '19 23:08 rmccue