Find unused variables in Flash Builder 4 (e.g. Eclipse for Java)

Eclipse has built-in functionality for finding unused variables (and, I believe, methods). Flash Builder 4 is built on top of Eclipse, but it does not have this functionality. Do you know any plugin to achieve this functionality? Also, if you know any other plugin besides SourceMate to improve Flash Builder, let me know.

+3
source share
1 answer

Try using FlexPMD with the appropriate Eclipse plugin .

+7
source

All Articles