Typing in Visual Studio Ctrl + F search window with input method appends result, how to fix it?

26 Views Asked by At

I use Ctrl + F, to search some characters in current file using with an input method. the new search term (new) just append to the old search term(old), instead of replacing it:

enter image description here

How could I make it so that it replaces the old search term when using an input method?

0

There are 0 best solutions below