vscode-bookmarks icon indicating copy to clipboard operation
vscode-bookmarks copied to clipboard

Support Stack sorting/jumping behavior

Open steveops opened this issue 6 years ago • 3 comments

When following a long trail of function calls within a file and adding bookmarks, it would be nice for the bookmarks to maintain the order in which they were added, other than line number. That way its easier to jump between the calls by just clicking on the next bookmark, other than relying on the VSCode 'Goto Definition' feature, which may be buggy depending on the language your'e using. Another option is to make the bookmarks list orderable, maybe by drag and drop.

steveops avatar Feb 15 '19 16:02 steveops

Hi @steveops ,

What you suggest is kind of a “stack” behavior. I think it’s a good idea. The list, on the other hand, wouldn’t be customized, but reflect the selected “style”

About the “drag and drop”, I’m sorry to say, but it’s not possible, because there is no VSCode API available for that.

Hope this helps

alefragnani avatar Feb 16 '19 13:02 alefragnani

Yes, that would help. Thank you @alefragnani.

steveops avatar Feb 17 '19 05:02 steveops

I need stack behavior

pynixwang avatar Jun 10 '20 03:06 pynixwang