Extend Method > Unused local variables to look at parameters
Finding unused local variables is useful, but so would finding unused parameters to a method.Additionally, finding inappropriate usage would be great - e.g. a parameter set as io, but never assigned, or a parameter set as output and its value read...