Quote:
Originally Posted by JSWolf
You could give TagMechanic a go.
|
I use that plugin often, and that's how I'd do the cleanup (removing the DELETEMEs in my example) but to my knowledge it doesn't check if a class reference is defined or not.
In my example, renaming the classes would disconnect the reference to the class from the class definition, so the class c2 wouldn't connect to anything, since its definition was renamed to DELETEME. I'd like to be able to find all of those undefined class reference and remove them.