Is it possible to search all of the event code in the project for a specific string? I sometimes do something like set a $_SESSION variable but then forget where I set it and it ends up interfering with another operation. I end up spending more time digging through each event looking for it than it would take to fix it. It would be great to be able to search all events for the variable name to see where it's coming from.
Thanks!