Is there a Jump To
button in Visual Studio Code? Like the one in GitHub that lets you go to a specific function in the code. Any extension for this?
On mac command+shift+o (on windows, ctrl+shift+o) will bring up a search bar that you can input your function/variable/method. VSCode will bring you to the definition.