Note that there are some explanatory texts on larger screens.

plurals
  1. POProper alternative for the unreliable Search and Replace of Visual Studio?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI've used Visual Studio forever, and have never had these problems, at least not since 2002. You're doing something wrong and blaming the tool.
      singulars
    2. COPossibly. Try this: open a solution that has a web site (mind you: not a web project!) with VB and C# code folders, plus some normal other projects. Select one of the normal projects. Hit Ctrl-Shift-H, select Entire Solution and replace, say, your company name. You'll see that unopened files of the web site will not be replaced. When focus is on the web site, some things are, some things are not replaced. Non code files (txt, log) are usually not searched. Maybe I'm doing something wrong, but I had this in 2005 and 2008. I consider the S&R a "smart" search (like Windows S&R) being too smart.
      singulars
    3. COSame issues arise with auto-refactoring method renaming, which is very buggy as well and has ever been, with the exception of C++. The problem is with lazy invocation of methods on untyped variables or where the method names are strings (i.e., quoted events in ASPX/ASCX, reflection etc). I can understand this going wrong, the type system cannot know. But then doing a replace all S&R should fix things, but it doesn't. Most notably with web sites (again: not web projects).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload