Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include fields, properties, and method from inherited base-class and explicit interfaces of a watch #3

Closed
GoogleCodeExporter opened this issue Jul 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Only fields, properties, and methods (dependent on issues #2) directly on the 
instance of the class being watched are shown as children. Child members from 
inherited (not overridden) classes and explicit interface implementations 
(normal for F# classes, but not as normal for other .NET framework classes) 
should also be shown. Their names should be qualified by the base / interface 
name, but ordered by the (case-insensitive as usual) member name. Redundancy 
should be avoided within public / non-public divisions, resolving to the 
sub-most class / interface.

Original issue reported on code.google.com by [email protected] on 19 May 2011 at 1:44

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 22 May 2011 at 3:29

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 8 Aug 2011 at 1:38

  • Added labels: Milestone-Release1.0.0-beta2

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 13 Apr 2012 at 6:17

  • Added labels: Milestone-Release1.0.0beta2
  • Removed labels: Milestone-Release1.0.0-beta2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant