alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.68k stars 163 forks source link

[FEATURE] - sort bookmarks alphabetically (by label) #534

Closed Takakiriy closed 2 years ago

Takakiriy commented 2 years ago

I want to reorder in side bar that is "View as List" mode. It seems that we can't drag and drop in the side bar, so I will add numbers to the labels to organize them. I usually not use "View as Tree" mode.

Organized list:

スクリーンショット 2022-04-22 13 04 11

Not organized list:

スクリーンショット 2022-04-22 12 56 34

Related issue:

alefragnani commented 2 years ago

Hi @Takakiriy ,

Drag & drop, when available, won’t be designed for this scenario. Instead, the best match for your scenario is indeed, #435, as you related.

Closing as duplicate

Hope this helps