Ant Unused Variables/Properties Follow
I was trying to trim down a build file to just the targets I needed but still ended up with lots of properties defined.
It was a pain to go through and identify which I could remove.
IDEA provides the option in Ant files to search for usages of properties.
It will also highlight in red if a property is used but not defined.
How come there are no inspections for properties not being used?
Please sign in to leave a comment.
Bug submitted
http://youtrack.jetbrains.net/issue/IDEA-51886
Bumping this as I just went to youtrack to submit the exact same issue before realising I created it myself a year ago!