Reputation: 803
Every time I open Visual Studio "Find in Files" dialog (Ctrl+Shift+F), it seems to remember some find options that I specified weeks ago. (They are "Look at these file types: *.cs)
I usually have two instances of Visual Studio running simultaneously.
On several occasions, I have closed both instances, and restarted my laptop.
But even in fresh instances of Visual Studio, after a system restart, (Ctrl+Shift+F) remembers my previous find options.
Please can someone point me in the direction of being able to correct this?
Thanks in advance.
Ryan
Upvotes: 1
Views: 75
Reputation: 186
This happens in the latest Visual Studio 2017 as well, and clearing registry suggested for older editions doesn't work. My workaround is to set the file type to *.*
instead of clearing it, then search so that the new all file types search is remembered.
Upvotes: 2