Open MAMISHO opened 2 years ago
Something like: Go to Implementation ? https://code.visualstudio.com/docs/editor/editingevolved#:~:text=Go%20to%20Implementation%23,concrete%20implementations%20of%20that%20method.
The VScode on windows are able to navigate directly to the interface implementation, unfortunately I can't find a command for this on mac
I have a some classes that implement an interface. Those have injection decorator to work as Services. The problem is when I debug and I want to navigate to some implementation. Always I go to container.resolve and then I found a specific class. Is there any shortcut or vscode extension to help navigate directly to implementation ?.
This is an example.
loader.ts file -> called from index.ts
user-repository.interface.ts
user-repository.service.ts
user-controller.ts