Hi,
I've read 3 times the PHP Bundle doc but I can't use completion from files.
For instance, if I type "include" + ALT + ESC, I've a "No matches found". However, I've a lot of *.php, *.class.php in my project. I've tried to define the PHP_INCLUDE_PATH var at project level with : ".:/usr/local/myphplib/" in order to use completion from myphplib... It doesn't work.
I'm using OSX 10.5.4. It's a known issue or it's an error? -- Nicolas CHARLOT
On 15 Sep 2008, at 21:29, Nicolas CHARLOT wrote:
For instance, if I type "include" + ALT + ESC, I've a "No matches found
From the bundle Help:
“When ⎋ completion is invoked inside of a string following an include/require, the filename will be completed instead.”
You should be pressing just escape, not option-escape, and you need to have the caret in the string, e.g.:
include 'Filen‸'
With the caret at ‸, pressing escape will complete filenames.