Vinzent03 / tab-switcher

Tab Switcher - Obsidian Plugin
GNU General Public License v3.0
123 stars 6 forks source link

FR: Allow mouse click on the popup dropdown menu/list of tabs #30

Open lethefrost opened 5 months ago

lethefrost commented 5 months ago

Sometimes when you have many tabs open, instead of ctrl+tab+tab+tab+tab... to switch over them one by one, it would be much easier and time-saving to allow just clicking on the list item and jump to that tab.

I believe mouse click is a rather natural, intuitive, consistent interactive behavior we expect to be supported by default in a dropdown list-like thing, from our experiences and convention. For example, VSC and system-level task switchers (alt+tab on Windows and cmd+tab on macOS) all support mouse actions in the switcher. Other interface components of this kind, such as auto-completion list, suggestion list, search results, command palette, IME, etc. they all support either cycling the focus through all the list items by tab, or mouse click on a certain item.

Therefore, I think it would be great if we can have this feature. And also, thanks for making this plugin!

malekinho8 commented 2 days ago

Just wanted to follow up on this, would be a nice feature if possible