-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Ability to navigate to bookmarks in other files #8
Comments
Hi, thank you.. You are right. It is currently available only for the current file. I started to code the issue #5, and decided to create another one to expand to list from all files, It doesn't appears to be difficult to achieve, but then two questions appeared:
What do you think? |
Hi, thanks for this. These are good questions. The easy answer might be (for both) to sort the files alphabetically and then by order of bookmarks. Another option I was pondering might be to list/navigate to the tags in the order that they were created - kind of like a queue. I think that my preference for the list would be to have the files alphabetically and then by line number. I think that this would enable the fastest 'scanning' of it. With the previous / next navigation, I think that I like the queue idea. The reason being, when you're coding, that's kind of the order you're thinking about them. Pressing 'previous' will then allow you to step back through your code in the reverse order that you were working on it I'll try and find some time to read the doc on vscode extensions and use your project to study. :-) |
🏃 |
Hi @mattmazzola , Yes, it's already possible, but there is a The issue #102 will change the default value to this setting to Hope this helps |
set this to FALSE if you want to DISABLE this behavior, took me a minute to figure this out
|
Thank you @alefragnani! This is now the default in VSCode and I wanted to opposite functionality. Believe it or not this answer was quite difficult to find. 🍻 |
Hi,
Unless I'm missing something, it appears that executing "Jump to Next" or "Jump to Previous" only includes bookmarks in the same file. In Visual Studio 'full', the feature will include bookmarks across all files. This is extremely useful in large projects.
Do you think that this is this something very difficult to achieve? If you don't, then I'm open to helping.
Kind regards and thanks for the plug-in.
The text was updated successfully, but these errors were encountered: