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?