alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.93k stars 224 forks source link

[FEATURE] - Add support to `Tree Find Control` widget #651

Open alefragnani opened 2 years ago

alefragnani commented 2 years ago

In #213 I added a Find command for each kind of project, using the original/basic QuickPick component, because the expected find widget input (an input component above the treeview) API won't happen.

The recent Tree Find Control is not the find widget I was expecting, but since it is new standard in VS Code, I wonder if a setting to let the user choose which one to use, is something to be playing with. Similar to this mockup.

https://github.com/microsoft/vscode/issues/146806#issuecomment-1122758195