phpcomplete.vim icon indicating copy to clipboard operation
phpcomplete.vim copied to clipboard

phpdoc parsing

Open samifruit514 opened this issue 12 years ago • 2 comments

Is there a way we can get the phpdoc info in the top window (when autocomplete)? That would be awsome. I noticed you there is some parsing for something similar but for classes but it would be very nice for methods/function

samifruit514 avatar May 31 '13 19:05 samifruit514

The preview window can be used to display additional information about the selected completion candidate. Once someone implements good recognition for phpdoc blocks (preferably in ctags), it would be trivial (I think) to do this.

qstrahl avatar May 31 '13 23:05 qstrahl

@samifruit514 may be you need to try the phpcd.vim

taoso avatar Jul 16 '16 10:07 taoso