alefragnani / vscode-project-manager

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

[FEATURE] - Search Bar in not found #648

Closed iamgaddiel closed 1 year ago

iamgaddiel commented 1 year ago

A search bar for project names would be really helpful

alefragnani commented 1 year ago

Hi @iamgaddiel ,

Unfortunately, VS Code does not provide an API for that. Instead, they automatically add a so called Tree Find control (https://code.visualstudio.com/updates/v1_70#_tree-find-control), for every Treeview.

Just recently I added a Find button on each panel of the Project Manager side bar, to list its projects.

Hope this helps