Does VSCode have shortcut to move to next method definition in the same file? I can't find anything like this in settings.
IntelliJ has this feature, for example, you can find this as Next Method in settings
Does VSCode have shortcut to move to next method definition in the same file? I can't find anything like this in settings.
IntelliJ has this feature, for example, you can find this as Next Method in settings
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.
Another option is to use Go to Symbol in Editor default hotkey is Ctrl+Shift+o.
Then type : for sorting.