zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
162 stars 90 forks source link

Make Zowe Explorer Files / Datasets searchable in the search menu #2791

Open pglopezdev opened 6 months ago

pglopezdev commented 6 months ago

Is your feature request related to a problem? Please describe.

In normal VSCode, I like being able to press Ctrl+P and then being able to type the filename I want to open. For datasets I have opened in the ZOWE Explorer I cannot do this unless I already have a tab for the file open

Describe the solution you'd like

Any dirs/HLQs that you have open in Zowe Explorer are searchable / open-able through the Ctrl+P search files by name menu

Describe alternatives you've considered

N/A

Additional context image

github-actions[bot] commented 6 months ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 10 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

traeok commented 2 months ago

Dev note:

We might be able to address this by leveraging the FileSearchProvider API. Related issue: https://github.com/microsoft/vscode/issues/73524