NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code completion for class function prototypes
Veteran

Joined: 22 Feb 2006
Posts: 106
Reply with quote
Hi,

I've got a code completion in class function prototypes for default values... or maybe it is not supported by PhpEd ?

Example:

Code:
class A
{
   const TEST = 12;

   public function test($a = self::_________)
   {
   }
}


There's no code completion after "self::"...

Do you have a tip to make this thing work ? Because code completion within the function works great for this...
View user's profileFind all posts by medifirstSend private message
Veteran

Joined: 22 Feb 2006
Posts: 106
Reply with quote
Any news on that ? Some managed to replicate the behaviour ?
View user's profileFind all posts by medifirstSend private message
Veteran

Joined: 24 Jan 2006
Posts: 311
Reply with quote
Yes, I saw that, but I didn't play with phpdoc type hints yet - I did ask engineering to take a look at it and they will soon. They are wrapping up 4.6.3 and getting ready for 5.0 beta, so there is a bit of a delay - a couple of days .Do other people see this behavior too?
View user's profileFind all posts by yfaktorSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
Code completion is not supported for defaults in the function/method definitions, yet.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 22 Feb 2006
Posts: 106
Reply with quote
Is there a chance to see that feature implemented in next release ?
View user's profileFind all posts by medifirstSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
feel free to submit it as feature request Smile, or just let me know and I'll move the post there.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Code completion for class function prototypes
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic