Just installed SublimeCodeIntel via PackageControll plugin on my Windows 7 x64 PC for the latest (v 2.0.1) SublimeText 2, and there has no effect when I try autocomplete simple class method 'foo':
<?php
class Foo {
public function foo($a) { echo $a; }
}
$f = new Foo();
$f->
?>
Any suggestions? P.S. Also .codeintel directory doesn't contain any log files and yes, I'd restarted SublimeText 2 after plugin install.