Closed demonking closed 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 ?>
@demonking It worked well on my vim, the builtin classes and functions do not need ctags.
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.
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: