-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
- GitLens Version: 8.3
- VSCode Version: 1.23.1
- OS Version: Ubuntu 16.04
Our remote repo has a lot (>100) of dev branches where people store their work-in-progress. It's a total drag to find a particular branch in GitLens Explorer, even if you know the exact name.
It would be nice to have one of those search-as-you-type boxes for branches.
...well, it looks like current VSCode API does not allow having input boxes in custom tree views. I think having "Search Branches" item in remote's popup menu, which opens a quick pick dropdown, which opens selected branch in Results view (or simply exposes it in in Explorer) would be a decent compromise.
I know there's "GitLens: Show Branch History command", but I much rather prefer to see results in a tree format, so I can examine individual file diffs. Besides, it searches branches in the repo that the currently open file belongs to, not the one I've selected in SCM sidebar, which is a kinda surprising UX.
Thanks for your work!