I am very sorry if this question is asked, and it is rather pedantic, but is there any way to clear the find and replace the story in visual studio 2008?
I know that you can clear it by deleting the FindX key in the register in HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Find (restart of Visual Studio is required).
FindX
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Find
Or just in case, when you use C # Express Edition, you can clear them by deleting FindX keys ( Find0 , Find1 , Find2 , etc.) in the folder: HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\9.0\Find
Find0
Find1
Find2
HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\9.0\Find
Start> Run> Regedit
Follow the link: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\Version No\Find
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\Version No\Find
Delete search and replace keywords
Restart Visual Studio
Itβs a little hack, but itβs checked and verified, and I donβt believe that there are alternatives.
You should also indicate that the records to be deleted are as follows:
etc...
Source: https://habr.com/ru/post/1309536/More articles:Creating a dynamic linq query - c #LaTex, alignment of alignment characters between alignment blocks - alignmentUnderstanding how rpmbuild works - linuxPassing a WHERE clause for a Linq-to-Sql query as a parameter - c #PHP Object Oriented - Best Way to Implement Multiple Custom Roles - oopReflection: get static method from parent class - reflectionHow to select only the first td of the first colgroup table? - cssVisualState Inheritance in Silverlight - silverlightDoes MapKit provide StreetView? - xcodeUse GAE remote api with local (dev) installation - google-app-engineAll Articles