zowe/zowe-explorer-vscode
Use "Find" in context menu instead of search
Open
#3,384 opened on Jan 7, 2025
enhancementgood first issuekeeppriority-low
Repository metrics
- Stars
- (189 stars)
- PR merge metrics
- (PR metrics pending)
Description
Following up on what Adam had mentioned regarding overlap with the term "search"...
Currently, the context menu for profiles in the Data Sets tree shows a "Search Data Sets" option and a "Search Filtered Data Sets" option. However, these options perform two different actions:
- "Search Data Sets": Prompts the user for a data set pattern, listing data sets with the given pattern
- "Search Filtered Data Sets": Prompts the user for text to search for within data sets, showing the search results in a table view
VS Code uses the phrase "Find" to refer to locating/searching for text within a document. Should we do the same for consistency? If so, options such as "Find in Data Sets" or "Find in members" would clearly discern between searching for data sets and finding text within a data set.