Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Autocomplete for properties

Hi Alex,
 
Can you please report a feature request?
Thanks!

 
On 4/18/07, Alex Netkachov <alex.netkachov@xxxxxxxxx> wrote:
Hi!
 
Probably a many times asked question, but:
 
Is there any plans (or is it implemented) autocomplete for properties?
I would like to have something like this:
/**
 * @property Node DOMNode
 */
function __get($name) {
  if ('Node' == $name) {
    return $this->_node;
  }
}
 
and then
 
$myobject->|[autocomplete here]
 
Thanks!

--
Alex
http://www.alexatnet.com/ - Blog and CMS created with Zend Framework and Ajax.

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev




--
Michael

Back to the top