tommyme / vscode-bookmark-x

Drag-and-drop, grouping, sorting bookmarklet plugin
GNU General Public License v3.0
18 stars 3 forks source link

feat: Add manual sort support #11

Closed Latria-Kure closed 3 months ago

Latria-Kure commented 3 months ago

A new treeitem inline icon te select/deselect sort item. Two arrow icon at view/title/navigation to move the selected sort item. Add group command is also moved to the same place to make it more convenient.

icon to select: image

icon to deselect: image

A 'manual' option is added to settings to enable/disable manual sort. image

The sort action support all type of treeitem(bookmark/group/groupbookmark).

tommyme commented 3 months ago

There is a problem when more than one projects are opened. because rg is different, vicache.get will fail. image

do you have some idea to fix it in a elelegant way?

tommyme commented 3 months ago

It can be trigged like this. test (2)