Hi,

What's the limit of vim's completion?

Can I complete, class names, inheritance, properties, given the context 
I'm typing?

Example:

class A extends B
{
    var $some_var;

    function f1()
    {
      
    }

    function f1()
    {
       $this->|  <--------- could complete f1, f2 or some_var + B class 
completion   
    }
}

do you have some URL, plugins and more?
A way to force a context? 

echo "someJS.getElmentBy|  <complete here inside php

I think the path go trough
   :he compl-omni-filetypes
and
   :he ft-php-omni

Regards,
Sylvain.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to