Code in site

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
egodoyc
Posts: 7
Joined: Tue Jul 26, 2005 11:03 pm

Code in site

Post by egodoyc »

It would be a rock awesome new feature.

Some others developer environments (Net Beans for example) allow users to activate this feature, which consist in a auto completion tool that shows you the possible options to write when you are working with classes or functions.

For example:

Code: Select all

{   
     $obj = new MyClass();
     $obj->   // Now $obj is Whatever object, autocompletion will show options like methods, properties, etc.
}
Post Reply