tobyS / pdv

PHP Documentor for VIM - Generates PHP docblocks
161 stars 32 forks source link

Update pdv.vim to allow @var variable documentation #15

Open LeighBicknell opened 9 years ago

LeighBicknell commented 9 years ago

Can now document local variables (works nicely with phpcomplete.vim)

/* @var $myThing Thing */
$myThing = new Thing();
xbot commented 3 years ago

Why this PR is still not merged? Need it very much!