Error CS0101 - How to find the conflicting script?

The namespace global::' already contains a definition for JumpDelegate’

I’m getting this error in the console related to the script that I want to keep in the project, meaning there is some other script in the project using JumpDelegate. How do I find this other script (likely from an addon package because I didn’t write it) without combing through all of my project scripts manually?

In MonoDevelop (or any other IDE you use) search the whole project for that term, should give you the corresponding results.

Going off this comment I used “Find in Files” in Monodevelop, searching the entire solution. Worked! Oh man you’re the boss. +1 million rep. Thank you.