In Visual Studio, there is a method dropdown list in VB code editor windows. This is highlighted in the screenshot below.
I would like to find out whether there is a def
Ctrl + F2 is assigned as a default shortcut key to move the cursor to Navigation Bar. (L.H.S is classes dropdown and R.H.S is methods dropdown.)
You can use Tab to jump to methods dropdown.
The whole combination that you need is Ctrl + F2 + Tab.
Hope this will help you.