#74 How to not automatically search for the currently selected word

When you press [CTRL]+[F] for find, one of the nice features of Visual Studio is the context find that happens. The word/phrase that your cursor is currently on is forwarded to the “Find What” section of the dialog box. The thinking here is pretty simple, which is, you’re probably going to search for another instance of the word/phrase you’re currently on. Well if you use [CTRL]+[F3] like in VSTricks #070, you wouldn’t be doing that 🙂 VSTricks #074 is about not auto populating the current text in the “Find What” field. This video shows you how to turn it off, which is much nicer if you’re mainly wanting to do a custom search, or search again.

Go to the Tools – Options – Environment – Find and Replace, and uncheck the “Automatically populate Find What with text from the editor”.  Now, when you hit [CTRL]+[F] (Quick Find) or [CTRL]+[CHIFT]+[F] (Find in Files) or [CTRL]+[H] (Quick Replace), and so forth… the Find what combo field will not be auto populated with the current word or phrase.

Comments

comments