VScode-equivalent functions in MSVS [Answered]
- 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).
- There's also global search (CTRL+SHIFT+F) if a folder is open.
(not related, but this is where I found the functions: https://code.visualstudio.com/assets/docs/getstarted/tips-and-tricks/KeyboardReferenceSheet.png)