Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT2 M2 Code Completion Bug
PDT2 M2 Code Completion Bug [message #84870] Thu, 27 November 2008 09: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 15:12 Go to previous message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
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 Apr 19 19:43:06 GMT 2024

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

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

Back to the top