| [news.eclipse.tools.pdt] PDT 2.1.0 Global Variables Autocomplete |
If i write code as follows:
function foo
{
global $somevariable;
$some [ctrl+space]
}
it does not complete that global variable. Yet that variable surely is
in the scope now.
-jasmo