display PHP object fields in code explorer

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
ggiunta
Posts: 12
Joined: Mon Jun 27, 2005 12:47 pm

display PHP object fields in code explorer

Post by ggiunta »

For PHP code, no members of objects are shown by default in the code explorer panel, except for functions.
If the option 'list variables' is enabled, all php vars used within that class code are shown.
But, even if it is always possible to add members to objects at runtime, it is quite custom to declare member variables of classes using the 'var' syntax within the class definition.
I think those member variables should always be visible as part of the object hierarchy, even when 'list variables' is off.

Thanks
Gaetano
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Thank you for your suggestion. You have a good point here. Your suggestion will be considered when planning improvements.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply