Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT2 M2 Code Completion Bug
PDT2 M2 Code Completion Bug [message #84870] Thu, 27 November 2008 04:21 Go to next message
Eclipse UserFriend
Originally posted by: spam.networks.fi

If you have class

class Foo{
var $memberVariable;

function bar()
{
$this-> [code completion does not offer membervariable, only function
bar]
}
}
Re: PDT2 M2 Code Completion Bug [message #84900 is a reply to message #84870] Thu, 27 November 2008 10:12 Go to previous message
Eclipse UserFriend
Try using public instead of var, and report the bug in the bug tracker.

Cheers,
David


Jasmo Hiltula wrote:

> If you have class

> class Foo{
> var $memberVariable;

> function bar()
> {
> $this-> [code completion does not offer membervariable, only function
> bar]
> }
> }
Previous Topic:[Announce] PDT 2.0.0 I200811270931 is available
Next Topic:Open bugs link on download page is wrong
Goto Forum:
  


Current Time: Fri May 09 06:42:12 EDT 2025

Powered by FUDForum. Page generated in 0.03030 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top