As captioned in the title:
-check for (and clean) unused variables/objects
Quite often I use the designer and let it generate members. Then later on, I might return to the designer and delete a member (view) but I often forget to delete the declaration (dim) of the object.
Same goes for variables.
Therefore, I'd like to see a tool which checks for (and clean) unused variables/objects.
I don't think Clean Project does this (only files I believe).
-check for (and clean) unused variables/objects
Quite often I use the designer and let it generate members. Then later on, I might return to the designer and delete a member (view) but I often forget to delete the declaration (dim) of the object.
Same goes for variables.
Therefore, I'd like to see a tool which checks for (and clean) unused variables/objects.
I don't think Clean Project does this (only files I believe).