[TxMt] need help about autocomplete

Yuan Jiang sleetdrop at gmail.com
Tue Sep 11 07:22:08 UTC 2012


I need some help about code complete in bash and php.

bash
-------

VAR_EXAMPLE=1
echo $VAR_EXAMPLE     # when I use a variable for the first time,
autocomplete won't work when I hit $VAR[ESC]



php
------

class C {
    private $_a_example = 0;
    public function foo()
    {
        echo $this->_a_example;   # when I use a class's property for
the first time, autocomplete won't work when I hit $this->_a[ESC]
    }
}


Is there any solution for this or I have to tweak the syntax file?




-- 
Yuan Jiang
http://blog.vetcafe.net
http://twitter.com/sleetdrop


More information about the textmate mailing list