vscode-bookmarks
vscode-bookmarks copied to clipboard
Support Stack sorting/jumping behavior
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.
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
Yes, that would help. Thank you @alefragnani.
I need stack behavior