-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Stack sorting/jumping behavior #183
Labels
Comments
steveops
changed the title
Allow custom ordering or bookmarks
Allow custom ordering of bookmarks
Feb 15, 2019
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 |
alefragnani
changed the title
Allow custom ordering of bookmarks
Support Stack sorting/jumping behavior
Jun 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: