Is there any lazy way to list all methods that only have throw new NotImplementedException();
in their body... that is built-in Visual Studio C#? Something similar to the (Todo) Task List Pane
but that would only list such empty throwing place-holder methods that are clearly pending/awaiting implementation?
It would be helpful for implementing interfaces and easily keeping track of things.
Have you tried CTRL+SHIFT+F
and searching *.cs
files for NotImplementedException
?
Go to the Object Browser (Ctrl+Alt+J).
Find the NotImplementedException
class.
Right-click it and select Find all references.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With