alefragnani / vscode-bookmarks

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

[FEATURE] - loop through bookmarks in the same file #556

Closed sean1985zc closed 1 year ago

sean1985zc commented 1 year ago

Could there be an option to loop through bookmarks in the same file, instead of jumping to other files, whenever I hit next or prev hotkeys?

alefragnani commented 1 year ago

Hi @sean1985zc ,

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

 "bookmarks.navigateThroughAllFiles": false

Hope this helps