Sublime Forum

The order tags are listed

#1

I think tags are listed in alphabetical order.

Would it make sense to reverse the order? git tag names are typically in the format 1.0.0, 1.0.1, 1.0.2, etc so you have to scroll all the way down to reach the latest tags:

merge_scroll_tags

On a day-by-day basis newer tags are more relevant and should be listed on top.

1 Like

#2

Another option might be to order them by creation time.

1 Like

#3

I would prefer the option to control tags order where value may be one of alphabetical asc, alphabetical desc, by creation date asc, by creation date desc.

0 Likes

#4

one can also use Navigate to Tag -> Tag Name which is handy if you need a specific tag. I still find the scrolling rather anoying…

0 Likes

#8

Reversing the sort order of the tags is the only feature I’m really missing!

0 Likes

#9

Options for sort order would make it easier to find recent stuff I agree. I’d also like a ‘hierarchical’ view for version tags, so that v1.2.X would all be collapsible under a v1.2 tree, much like feature branches are.

0 Likes