alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.68k stars 163 forks source link

[FEATURE] - Add option to cycle through bookmarks inside the file you are currently in. #535

Closed Zulupox closed 2 years ago

Zulupox commented 2 years ago

Many editors have the option "jump-to-next" bookmark either locally (within a file) or globally (within the project). I usually prefer cycling between bookmarks in the current file I'm browsing. Would that be possible to add as an option? Maybe either as a 2 new hot-keys for "jump-to-next-locally" / "jump-to-previous_locally" or a single on/off setting.

Cheers, Joakim

alefragnani commented 2 years ago

Hi @Zulupox ,

There is already a setting for that. Just add it to your user settings

 "bookmarks.navigateThroughAllFiles": false

Hope this helps

Zulupox commented 2 years ago

Oh! My bad thank you so much!