While it's fine that people have done work on PHP completion I still
think the implementation is insufficient:
Given a class
class Foo {
static public function Test(){ echo "hello\n"; }
}
you can complete static members:
Foo::<c-x><c-o>
However instead of showing one match you'll get about 7500 false
positive matches as well which is very unfortunate.
Additionally completion get's slow if you have many lines of code or
bigger tag files.
So am I missing a setting or did I miss another plugin which provides
nicer completion features? I know about Eclim only.
Having not many false positive is very important as PHP does not have
much static checking.
Marc Weber
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment