shawncplus / phpcomplete.vim

Improved PHP omnicompletion
http://www.vim.org/scripts/script.php?script_id=3171
595 stars 110 forks source link

php completion for function like Datetime->format() #40

Closed demonking closed 10 years ago

demonking commented 10 years ago

Hello,

i wanted to ask, if it's possible to create a ctag for the standart functions ?

Everywhere i see only description von excuberant ctags, where i can create Tag files for symphony, laveral.

Could it be that i'm missing something?

This kind of code wouldn't work with phpcompletion:

<?php

     $myDate = new DateTime();
     $myDate->for   // here the completion will not work 

?>
thbourlove commented 10 years ago

@demonking It worked well on my vim, the builtin classes and functions do not need ctags.

demonking commented 10 years ago

hm.. ok, then i have to check my .vimrc :) Thx for the reply, i don't know, that i don't need a ctag file.