❔ How do I go from interface to implementation while navigating ASP.NET core code?
I saw this youtube video and he seamlessly navigates the source? How can I do this? Thanks.
12 Replies
the right-click context menu provides both options
F12 is the default hotkey for "Go to Definition"
Shift + F12 is the default hotkey for "Go to Implementation"
Does not work 😦
This only works on the code I write
It's
Ctrl+F12
, at least on my nachine
and Alt+Shift+F12
shows the references(also that's only a feature in Rider, not in VS if that's what you're using)
In the video Anton uses Rider
That's a bummer, ryder seems to be common among .net devs
Lol is this the real Anton
No
On second look, you're using VS Code, aren't you. My answer was assuming VS.
What is? "Go to Definition" and "Go to Implementation"? Those are 100% features of VS.
Ime go to implementation of external sources in VS can a bit iffy, especially regarding System types
No, it is actually Visual Studio 2022
so, what doesn't work, then?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.