views:

66

answers:

2

I'm really sorry if this question has been asked and it is pretty pedantic but is there a way to clear the find and replace history in visual studio 2008?

A: 

I know you could clear it by deleting the FindX key in the register at HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Find (Restart of Visual Studio needed).

madgnome
A: 
  • Start > Run > Regedit

  • Browse to: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\Version No\Find

  • Delete the find and replace keywords

  • Restart Visual Studio

Its a bit of a hack but its tried and tested and I dont believe there are alternatives.

Also should mention the entries to delete look like this:

  • Find
  • Find0
  • Find1
  • Find2

etc...

Yoda