|
|
|
|
|
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. |
|