You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vscode 1.90.0 with C# Dev Kit extension on a Mac. How can I cycle through all the overloads in the hovering popup? as the screenshot, when I hover on a C# method, the popup does not have a prev/next to allow me navigate to another overload. Is there any setting to enable this?
The text was updated successfully, but these errors were encountered:
@pinkli I haven't been able to find a way to navigate once it is already typed but while typing, and IntelliSense comes up, press "(" and it will prompt you for the overloads. You can then navigate through the overloads using the arrow.
NavigatingOverloads.mp4
@arkalyanms is there any way to navigate the overloads once it is already typed?
yes, we can nagivate through while typing the code, but can not once it's done. I guess it'll be much helping if we can do it, greately help to understand and review the writen codes.
I'm using vscode 1.90.0 with C# Dev Kit extension on a Mac. How can I cycle through all the overloads in the hovering popup? as the screenshot, when I hover on a C# method, the popup does not have a prev/next to allow me navigate to another overload. Is there any setting to enable this?
The text was updated successfully, but these errors were encountered: