Go to next method shortcut in VSCode

Another option is to use Go to Symbol in Editor default hotkey is Ctrl+Shift+o. Then type : for sorting.


Old question, but I found interacting with the breadcrumb useful. ctrl-shift-. takes focus to the breadcrumb and up and down arrows move through the outline, with the bonus that the editor follows.


To achieve this I have developed an extension that provides two key commands to navigate up and down through the members in your file.

https://marketplace.visualstudio.com/items?itemName=mishkinf.goto-next-previous-member#overview

Visual Studio Code Extension to navigate through the functions, variables, and classes using quick and easy keycommands similar to functionality provided by IntelliJ IDE's (next/previous function) or Resharper (next/previous member)

Let me know if there any features you would like added.