Visual Studio Find in Files Overwhelmed With External JavaScript
Maybe everyone else has already figured this out, but just in caseā¦
I was going rather insane with the huge amount of results I got when I did a Find in Files in MVC projects that include a lot of JavaScript written and often minimized by someone else. I use Find in Files frequently and the large number of results made it useless.
The simple answer is to just remove the external JQuery and other external JavaScript files from your project. I had already moved them to a sub-folder so I could find my own JavaScript files more easily, so this involves just a couple of clicks.
I expect this to break deployment, so include them again before you deploy.