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,
 
Done:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183352
 
 
Sincerely,
 
On 4/18/07, Michael Spector <spektom@xxxxxxxxx> wrote:
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
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev




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

Back to the top