VsualStudio IDE does not search or replace all on multiples, do I have a bad setting?

  • Thread starter Thread starter AKA
  • Start date Start date
A

AKA

I have an ASP.NET (C#) app that others can search for multiple text
instances within my project (while others can just fine). I have looked at
Tools|Options and I see no setting that can help. Am I missing something?
There has to be a setting on the .NET VisualStudio IDE that can help o that
i can perform searches for multiple text instances?
 
Hi, AKA,

Try Ctrl+Shift+F or from the menu:

Edit -> Find and Replace -> Find in Files

Greetings
Martin
 
the search and the replace functionality in visual studio both read their
settings from search page (CTRL +F). Examine the options carefully in that
dialog box and set them appropriately because a text search will use these
settings
 
Back
Top