C#C
C#4y ago
surwren

VScode-equivalent functions in MSVS [Answered]

  1. VScode has a handy function where you are able to CTRL+CLICK into a function name in a .class file within a folder and it will automatically bring you to where that method is located (even if it's within a totally different .class file).
  2. There's also global search (CTRL+SHIFT+F) if a folder is open.
Does MSVS have an equivalent of these two functions? If so, how do I use them?

(not related, but this is where I found the functions: https://code.visualstudio.com/assets/docs/getstarted/tips-and-tricks/KeyboardReferenceSheet.png)
Was this page helpful?