Search code examples
visual-studiovisual-studio-2019keyboard-shortcuts

Is there a shortcut key for paging through method signatures in Visual Studio?


I'd like to be able to cycle through the constructor/method signatures using a shortcut key, instead of having to click on the up and down arrows. Is this possible?

Screenshot of VS2019 with a line of code showing a constructor with 10 signatures


Solution

  • In Microsoft Visual Studio Community 2022 (64-bit) Version 17.8.4...

    Up and Down arrows do it, but you need to dismiss the Intellicode/sense list that is displayed at the same time and has the focus, using Esc.