-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
feature issue: saving Find/Replace options #6158
Comments
also does the multiple selections need to use the find settings or can it have it's own, set in settings.json or somewhere? |
We'll start with the persistence with three search options Match Case, Match Word and Regex first. The goal is aligning with current Search Viewlet. As we discussed in #11574 (comment) , we are going to persist user preference in following way
In addition to that, we'll keep the setting persistent per workspace. Let's start with it first and then see if it's necessary to have a global setting that defines the default value for find options for new workspaces. |
Is it intended that vscode only remembers the search settings for directory where these have been set? If I start vscode e.g. with: code example-dir But if start vscode in an other directory the settings are gone. Is this how it should work? As far as I know there is no global setting to define the default one or am I missing something? |
VSCode should save the Find / Replace options like:
Match case
andWhole word
.This would allow to using them after restart.
It could be an user option below search settings.
The text was updated successfully, but these errors were encountered: