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] - Improve Side Bar #443

Open alefragnani opened 3 years ago

alefragnani commented 3 years ago

Add new customization options

Pictor13 commented 3 years ago

I came to the repo to request the sort-by-name feature in the sidebar. Glad to see that you already have it in mind 🙂 (no rush, tho)

tonymcneil commented 2 years ago

I came to the repo to request the sort-by-name feature in the sidebar. Glad to see that you already have it in mind slightly_smiling_face (no rush, tho)

I came looking for the "Sort by Name" feature too as this would be my most heavily used feature. For example my use pattern for tracking feature XXX through source files is labelling them as "XXX 010 foo", "XXX 020 bar", "XXX 030 baz", then I might loop back and add "XXX 015 after foo". So currently just just eyeballing where they are amongst the many features I'm tracking isn't too taxing, however having that ordering would be a cherry on top of the already nice cake.

jaggujajamensan commented 1 year ago

Voting for this, sorting by name would allow for things like prefixing bookmarks based on what they're about, [topic] bookmark description here, something that would be very useful for me currently.

AmyLee-github commented 4 weeks ago

Thank you very much for developing this plugin, I find it very useful!

However, I have a suggestion for a feature: could it be possible to display only the bookmarks within the current file, similar to the Outline in VScode, instead of showing bookmarks from all files? This way, I could combine this plugin with Outline to help me understand the structure of the file. Hope this feature can be turned on or off in the extension settings.

I am really looking forward to this feature being implemented. Thank you for your support!

bookmark_issue

alefragnani commented 4 weeks ago

Hi @AmyLee-github ,

This current file view is being tracked in #238.

Hope this helps

AmyLee-github commented 4 weeks ago

@alefragnani OK, thanks, looking forward the feature function! 😊