Hacker News new | ask | show | jobs
by IshKebab 393 days ago
In every language/IDE I've ever used ctrl-click would take you to the interface definition, then you have a second "Show implementations" step that lists the implementations (which is usually really slow) and finally you can have to select the right implementation from the list.

It's technically a flaw of using generic interfaces, rather than DI. But the latter basically always implies the former.

1 comments

Maybe you should read the manual then. Or change to a better Ide. Both Rider and IntelliJ can do this with no frills.
I’m not sure why you’re being down voted despite being correct.

If there are multiple implementations it gives a list to navigate to. If there’s 1 it goes straight to it. Don’t know about IntelliJ but rider and vs do this. And if the solution is indexed this is fast.