Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Ctrl + Alt + L jumps to only to bookmarks in current file... won't jump to bookmarks in other files #210

Closed
milost1982 opened this issue May 14, 2019 · 1 comment

Comments

@milost1982
Copy link

Ctrl + Alt + L or Ctrl + Alt + J won't jump to bookmarks that are outside file currently active in VS Code tab. I thought and expected that jumping to next/prev bookmarks will work no matter in which file bookmarks are and no matter which file is currently open/active?

@alefragnani
Copy link
Owner

Hi @milost1982 ,

It support this behavior, but you have to change one setting:

"bookmarks.navigateThroughAllFiles": true

After that, the bookmarks navigation will go outside the current file.

There is already an issue (#102) to change the default behavior to be true.

Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants