Replies: 1 comment
-
Thanks for the suggestion! One peculiar idea that comes to mind is that if you utilized explicit interface implementations (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep running into instances where I would like to know if a Class that implements and Interface has additional methods. There have been times (probably in a hurry) where the signature to a method should have been inserted into the Interface first then implemented in the concrete class but instead was just put into the concrete class.
As part of cleanup/refactor it would sure be nice to see all of the method signatures in classes that implement interfaces where the method signature is NOT a signature in the Interface it implements.
Sure there will normally always be signatures in concrete classes that are not in the interface but hunting and pecking to find them is very time consuming in large projects.
Can't wait for the VS2022 support! I'm missing CodeMaid!
Beta Was this translation helpful? Give feedback.
All reactions