Replies: 1 comment
-
Thanks for the feedback @gshotwell! I've filed this as an enhancement request: #4351. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a bit hard to describe, and I'm not sure how I'd accomplish it but here goes.
When viewing objects in the object viewer Positron very helpfully displays all of the methods attached to that object. The issue is that when an object inherits from something like a pandas Series, all of the methods are mixed together. It would be better if direct and inherited methods were differentiated in the tree structure.
For example consider in this class I want
my_method
to be at the top with all of the pandas methods hidden in a drop down. I could also see a similar UI being really handy for S4 classes because it would maybe be easier to keep track of multiple inheritance.Beta Was this translation helpful? Give feedback.
All reactions