Skip to content

Bookmarks are deleted #5994

Answered by retailcoder
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

The VBIDE API provides exactly zero hooks for bookmarks, so there is exactly zero way of knowing where they are, let alone to manipulate and/or restore them.

Any VBIDE add-in that rewrites code in the editor will have the same issue, including the original Smart Indenter add-in.

I would recommend leveraging the TODO marker feature instead of using VBIDE bookmarks; you can easily configure a list of case-insensitive comment markers (defaults are TODO, NOTE, and BUG) that Rubberduck will recognize as such, and present in an organized list that's much more practical and useful than VBIDE bookmarks.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants