NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
parent classes directly in Code Navigator


Joined: 11 Apr 2010
Posts: 90
Location: Prague, Czech Republic
Reply with quote
Hello!

Could it be possible to include parent classes and interfaces directly in Code Navigator? This would greatly improve code navigation.

EXAMPLE PHP CODE:

Code:
interface SomeInterface {}
class SomeOtherClass {}
class ParentClass extends SomeOtherClass {}
class ChildClass extends ParentClass implements SomeInterface {}


CURRENT CODE NAVIGATOR'S REPRESENTATION OF ChildClass

Code:
[-]class ChildClass extends ParentClass implements SomeInterface
 :... ChildClass properties and methods ...


SUGGESTED CODE NAVIGATOR'S REPRESENTATION OF ChildClass

Code:
[-]class ChildClass extends ParentClass implements SomeInterface
 :.[-]class ParentClass extends SomeOtherClass
 :  :.[-]class SomeOtherClass
 :  :  :... SomeOtherClass properties and methods ...
 :  :... ParentClass properties and methods ...
 :.[-]interface SomeInterface
 :  :... SomeInterface methods ...
 :... ChildClass properties and methods ...
View user's profileFind all posts by fibizaSend private message


Joined: 07 Sep 2009
Posts: 12
Location: Knoxville, TN
Reply with quote
That's the default behavior of VisualStudio's Object Browser (and another nice reference to VS's awesomeness).
View user's profileFind all posts by hyponiqSend private messageVisit poster's websiteYahoo MessengerMSN Messenger


Joined: 23 Sep 2009
Posts: 10
Reply with quote
+1

Very useful.

A full Hierarchy in the Code Navigator (eg: Uses, Used By) would help code navigation, and code understanding.

For those who work on larger projects, unfamiliar projects, or just want to "see" into their projects more - this would be wonderful.
View user's profileFind all posts by agwdSend private message
parent classes directly in Code Navigator
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