Wish: check for (and clean) unused variables/objects

moster67

Expert
Licensed User
Longtime User
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).
 

moster67

Expert
Licensed User
Longtime User
Since my original request, we now have "Find All References (F7)" which makes it easier but still it requires some work since you can only check one variable at a time.

So if it is possible to implement this, it would be nice.
 
Top