Is your feature request related to a problem? Please describe.
When working with a partitioned dataset that contains many members it is hard to find the correct member. Even if I know that someone has recently made a change to that particular member - which is a common use case.
Describe the solution you'd like
- Show recently changed date and user ID
- Allow sorting of partitioned dataset member list based on recent change / user ID
- Allow filtering of partitioned dataset member list based by user ID and by date of change
Describe alternatives you've considered
I can filter the member list by name (a VS Code functionality for tree views), but that does not help me find what members have been recently changed and by who and being able to quickly find them.
Additional context
I can do this (and more) in ISPF by using the SORT command.
Is your feature request related to a problem? Please describe.
When working with a partitioned dataset that contains many members it is hard to find the correct member. Even if I know that someone has recently made a change to that particular member - which is a common use case.
Describe the solution you'd like
Describe alternatives you've considered
I can filter the member list by name (a VS Code functionality for tree views), but that does not help me find what members have been recently changed and by who and being able to quickly find them.
Additional context
I can do this (and more) in ISPF by using the SORT command.