How to view overloads in IntelliSense popup.

KCieślik 0 Reputation points
2023-08-28T14:50:53.69+00:00

How to view overloads of the method from IntelliSense popup that appears after you put dot or few first letters. In the given example it would be another Match method. I know I can just accept Match method and then check overloads but I would like to be able to do so before accepting.
If such functionality exist can I get it's keybind name not actual key strokes as I have unique setup and might have accidentally changed it.

vs

Ignore error couple lines later it being there changed nothing.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,261 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 30,116 Reputation points Microsoft Vendor
    2023-08-29T08:35:29.6666667+00:00

    Hi @KCieślik, 

    Welcome to Microsoft Q&A! 

    Do you mean that you want to directly view the overloads without methods? 

    I suppose there is no such functionality. You may need to type a method or accept the method, then the overloads for the method will be displayed by choosing Edit > IntelliSense > Parameter Info or by pressing Ctrl+Shift+Space

    You can refer to: IntelliSense in Visual Studio

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.