Search code examples
c#visual-studiohotkeys

Visual Studio 2019 C# Hotkey for seeing application of function


I am new to coding C# in Visual Studio. In particular, the latest 2019 version.

I know that pressing ctrl + F12 on a function will see its implementation.

However, which hotkey should I press on a function to see its application, i.e., where is it called.

Does it even exist?


Solution

  • "Find All References" - Shift+F12