pdv
pdv copied to clipboard
PHP Documentor for VIM - Generates PHP docblocks
If I add a typed attribute to a class class Foo { protected string $name = ''; } and use pdv to add a comment to this attribute, I get...
Can now document local variables (works nicely with phpcomplete.vim) ``` php /* @var $myThing Thing */ $myThing = new Thing(); ```
Sorry for the nondescript issue title. Big fan of version 1 of your utility, and now I would love to try v2. I'm using Vundle, and to install this I...
`Error detected while processing function pdv#DocumentWithSnip[5]..104_GenerateDocu mentation[2]..104_ProcessTemplate[1]..vmustache#RenderFile: line 1: E484: Can't open file /Users/lucaslm/.vim/bundle/pdv/template_snip/function.tpl ` My Plugins. ``` filetype off " required " set the runtime path to include Vundle...
Any plan to add @return tag on function template?
Consider the following function: ``` function get_acf_option($option = '', $location = 'options', $format = true) { ``` When I use `pdv#DocumentCurrentLine()` on it, I get the following output: ``` /**...
To get this plugin working in Windows (using Vundle) I had to use the following for the path: ``` let g:pdv_template_dir = $HOME . "\\.vim\\bundle\\pdv\\templates" ```
I think most people just use the templates included with this plugin, so this saves a bit of configuration. You can still set the `pdv_template_dir` variable yourself, to override the...
Hi, I try for my need to extend pdv for python. I try to run test on window. So i go to cygwin with babun. - install babun - install...
Hi, Thank you for this plugin. I use it a great deal. Do you know if it is possible to get it to work in the other file when I...