Vscode-extension-for-zowe: Allow users to type search query without having to first click "Specify Filter"

Created on 3 Sep 2019  路  6Comments  路  Source: zowe/vscode-extension-for-zowe

Saved searches are working great, but our current implementation makes users go through an extra (and arguably unintuitive) step where they have to first click on "Specify Filter" before typing a new query:
Screen Shot 2019-09-03 at 3 01 30 PM

It would be nice if we could create and run a new search query by default if the user just starts typing without having first clicked anything.

Theia enhancement

Most helpful comment

Yes this functionality is now provided however Theia didn't support it so I had to leave the Theia implementation in the "unintuitive" way.
However I believe there is a new update of Theia which may have addressed some of the discrepancies between it and VSCode. I know @phaumer was going to check into this.

All 6 comments

I agree this is not ideal but I don't see any alternative VSCode dialog available unless we consider having multiple menu items. One to directly access the specify filter dialog and another the history. Personally I feel what has been implemented is the best we could do.

One possibility is to fall into line with the jobs view which has the context menu to directly go to an editor. So the magnifying glass will link to the combined dialogs with QuickPick and Input Box and for quickly adding a search criteria we would have a menu say "Set Root folder" for USS or "Set Pattern" for datasets
Screenshot 2019-09-05 at 08 19 01

I believe this was already addressed by the QuickPick functionality.
@Colin-Stone any thoughts?

Yes this functionality is now provided however Theia didn't support it so I had to leave the Theia implementation in the "unintuitive" way.
However I believe there is a new update of Theia which may have addressed some of the discrepancies between it and VSCode. I know @phaumer was going to check into this.

This is working for theia

Any idea for the milestone on this one?

Was this page helpful?
0 / 5 - 0 ratings