alefragnani / vscode-bookmarks

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

[FEATURE] - Sorting Mechnisam in bookmark list #470

Closed jjdesai closed 2 years ago

jjdesai commented 3 years ago

One can provide sorting of bookmark lists based on user configure parameters. Here is the example.

image

Instead of this, it should print like,

... DHCP:-3 DHCP:-2 DHCP:-1 DHCP:0 DHCP:1 DHCP:2 DHCP:3 ...

Here the user configuration part is "DHCP:" and further numbers should be displayed in sorted order.

alefragnani commented 2 years ago

Hi @jjdesai ,

Both #217 and #435 already asks for sorting, but using simpler approaches. Maybe combined with #254, you wouldn't need to have a user defined parameter, am I right?

Hope this helps