alefragnani / vscode-bookmarks

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

[FEATURE] - #633

Closed deepakj closed 1 year ago

deepakj commented 1 year ago

Ability to move between bookmarks in the current file only. It would help in reviewing large log files.

alefragnani commented 1 year ago

Hi @deepakj ,

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

    "bookmarks.navigateThroughAllFiles": false

Hope this helps