-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Persist user choice in Find options (case, whole word, regex) in the Find widget in editor #11574
Comments
@jrieken The |
Let's track in #10344 we should add a configuration option where you could specify the default toggle states. |
I'd prefer we persisted user choice (notepad++, sublime and Visual Studio do persist user choice) rather than set configuration option explicitly. This way text search inside a file and across files would be consistent too. |
@ramya-rao-a I haven't noticed Visual Studio persisting the user choice. Same as we, they have a find widget for each editor (so if you open multiple editors side-by-side they each get their find widget). What would we persist if we have multiple find widgets that have different toggles? |
@alexandrudima Last writer wins? Honestly that's an edge condition, any decision is fine. |
That works for me. I will do the following:
|
Any updates on this matter ? |
Trying out vscode after hearing much hype lately, and this is my biggest issue in adopting it. I use ( Even if I could use |
Still annoyed by this on a daily basis as well :) |
Let's track the setting persistence in #6158 |
Steps to Reproduce:
Expected behavior: the boxes for case-sensitivity and regex searching are checked.
Actual behavior: the boxes for case-sensitivity and regex searching are unchecked.
I always want to search with these options enabled. How can I persist this state across restarts?
The text was updated successfully, but these errors were encountered: