You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classTest {
final unusedPublicProp =0;
final _unusedPrivateProp =0;
unusedPublic(){
return0;
}
int_unusedPrivate(){
return0;
}
}
There is no inspection highlight for unused public methods/properties and class:
Message only pop-up when you Ctrl+click on method/property/class to find usages:
The text was updated successfully, but these errors were encountered:
ph55
changed the title
Missing unused inspections for class and public methods and properties
Missing inspections for unused class, unused public methods and properties
Jun 16, 2020
Feature request / improvement.
Classes missing some inspections for
Steps to Reproduce
There is no inspection highlight for unused public methods/properties and class:
Message only pop-up when you Ctrl+click on method/property/class to find usages:
The text was updated successfully, but these errors were encountered: