Somehow Visual Studio search has stopped working for me. Anytime I search \"Entire Solution\" for some text I get this result:
Find all \"[Whatever I
I had the same problem in Visual Studio 2013 (Update 3). None of the key combinations listed previously worked for me. I had *.cs selected in the FileTypes.
*.cs
To get it working, I changed it to *.*, and then back again to *.cs - now it works.
*.*