Search code examples
githubvisual-studio-codekey-bindings

Is there a <Jump To> button in Visual Studio Code


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?


Solution

  • 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.