In a repo that I'm working on, new tags are created at every merge. So there are tags on all the commits, which creates a problem in finding branch names in the list, I want to hide all the tags at once as there are too many (1k+) to remove one by one.
In version 3.6.0, the following feature was added:
Right clicking any single tag will provide the options to Hide/Show all tags along with hiding and soloing the individual tag.