tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
45 stars 14 forks source link

Suggestion: Add Option to jump to bookmark without selecting it #70

Open L-i-o opened 1 year ago

L-i-o commented 1 year ago

I customized the F3 key to search for the selected text (if any) or the search for the next occurrence (if there is no selection). After I click on a Bookmark, it is selected, so if I press F3 it search for the selected bookmark, but more often I nee to search for the next occurrence of the previous selected text.

Can you add an option/toggle to jump to the start or the end of the inline bookmark, without selecting it?

Thanks.