phpcomplete.vim
phpcomplete.vim copied to clipboard
phpdoc parsing
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
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.
@samifruit514 may be you need to try the phpcd.vim