Skip to content
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

Open
steveops opened this issue Feb 15, 2019 · 3 comments
Open

Support Stack sorting/jumping behavior #183

steveops opened this issue Feb 15, 2019 · 3 comments
Labels
enhancement reengineering Needs high engineering efforts

Comments

@steveops
Copy link

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 steveops changed the title Allow custom ordering or bookmarks Allow custom ordering of bookmarks Feb 15, 2019
@alefragnani
Copy link
Owner

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

@steveops
Copy link
Author

Yes, that would help. Thank you @alefragnani.

@pynixwang
Copy link

I need stack behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement reengineering Needs high engineering efforts
Projects
None yet
Development

No branches or pull requests

3 participants