[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: 'Open call hierarchy' (Ctrl-Alt-H) doesn't seem to work for me

Tom Walter schreef:
Is it in the plan? Looks like it would be an awesome feature.

I agree, would be really usefull. I can imagine that implementing this is very difficult.
For instance, this is valid in php
<?php
$varMethod = array_rand('m1', 'm2', 'm3');
$method = 'm1';
$someObject->$varMethod();
$someObject->$method();
?>


You can only know the latter at compile time.