-
-
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
Default to true for "bookmarks.navigateThroughAllFiles" #102
Comments
Hi @hadrien-psydk , Thanks, I'm glad you like! I understand you, and I'm starting to think that yes, it should be Thanks for remembering that suggestion |
I second this, I thought it's a bug and only through this issue I've found the settings to enable it. For me jumping through all files was the expected behavior from the very beginning. |
I disagree with it being a default behavior. But it's great to have a setting for it. |
I'm using VSC about 1.5 year and everything was fine until now. I was so close to removing this extension as broken.... |
Hi @SergeyBeloglazov , I"m coding for many years too, with a lot of different Editors and IDEs, and it's funny to think that I never liked to use the unlimited bookmarks feature they provided. I loved Delphi approach, with only 10 bookmarks per file, individually defined with its own keyboard shortcuts. In the end, I used the same file based concept here. But, since the beginning, some people asked to have a workspace based navigation, and I added. It was a new feature, and I decided to leave Deciding default value for setting is always a pain. Leave as it is, and people don't see the new feature. Use the new value, and current users may dislike. But I understand your point, the docs can be improved to make it clear, and will be, Hope this helps |
Thank You! |
Hello,
Thank you for your excellent extension. Bookmarking is a feature I was missing in VS Code.
I am opening a feature request to suggest setting "bookmarks.navigateThroughAllFiles" to true by default. I have no problem if you disagree with it, but I have been using Notepad++, Sublime Text and Visual Studio (the full IDE) and it seems they all default to cross document navigation for bookmarks. I think it would be less surprising for a new user to get cross document navigation too by default in VS Code + your extension. I spent myself some time finding the right setting.
Best Regards,
The text was updated successfully, but these errors were encountered: