[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] No autocompletion - even with simple code
|
- From: Ingo Renner <ingo@xxxxxxxxx>
- Date: Wed, 11 Feb 2009 15:13:29 +0100
- Newsgroups: eclipse.tools.pdt
- Organization: TYPO3 Core Development Team
- User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666
Hi all,
I have a problem here with autocompletion not working even with that
simple code...
class X extends Y implements Z {
public function __construct($host = 'localhost', $port = 8180, $path =
'/') {
parent::_construct($host, $port, $path);
$h <-- no autocompletion here (for $host), only $HTTP_* global variables
}
}
There's also no overwrite indicator for the constructor.
Any idea what could cause this? In other projects this works fine however.
Ingo