Jump next/prev only in the active file (and wrap) #686
-
Hello. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @giallanon , First of all, thank you for your kind words. I’m glad to know the extension is being helpful. About your request, there is no way to create shortcuts to this specific behavior. VS Code does not provide a way to use parameters/setting on shortcuts/commands. But, based on your comments, it seems this behavior is your preferred way to work, so I would suggest you to define the extension to work this way. To do so, simply use these two settings: "bookmarks.navigateThroughAllFiles": false,
"bookmarks.wrapNavigation": true Based on the documentation:
Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @giallanon ,
First of all, thank you for your kind words. I’m glad to know the extension is being helpful.
About your request, there is no way to create shortcuts to this specific behavior. VS Code does not provide a way to use parameters/setting on shortcuts/commands. But, based on your comments, it seems this behavior is your preferred way to work, so I would suggest you to define the extension to work this way. To do so, simply use these two settings:
Based on the documentation: