Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT static properties autocomplete
icon9.gif  PDT static properties autocomplete [message #495777] Thu, 05 November 2009 21:29 Go to next message
Eclipse UserFriend
I use this sample in eclipse 3.5.1 & PDT 2.1.1:
<?php
class xxx {
	static $yyy = '0_o';
}
xxx:: <= autocomplete doesn't work here
?>


Why autocomplete don't show xxx::$yyy property?
Re: PDT static properties autocomplete [message #517242 is a reply to message #495777] Fri, 26 February 2010 11:35 Go to previous messageGo to next message
Eclipse UserFriend
Same problem here!
Re: PDT static properties autocomplete [message #518318 is a reply to message #495777] Wed, 03 March 2010 13:35 Go to previous messageGo to next message
Eclipse UserFriend
I am seeing this as well. Is it a bug? Or is there a setting somewhere?
Re: PDT static properties autocomplete [message #518409 is a reply to message #518318] Wed, 03 March 2010 20:22 Go to previous message
Eclipse UserFriend
Since this bug was resolved in 2.2 stream, it won't be resolved in 2.1 stream unfortunately.
PDT 2.2 doesn't have this problem.
Previous Topic:Auto-complete for mysql function not work!
Next Topic:Idea in launching java project wizard
Goto Forum:
  


Current Time: Sat May 17 05:42:56 EDT 2025

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

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

Back to the top