Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to navigate the prev/next method overloads in the hovering quickinfo popup? #1229

Closed
pinkli opened this issue Jun 20, 2024 · 4 comments
Closed
Labels
area-roslyn enhancement New feature or request

Comments

@pinkli
Copy link

pinkli commented Jun 20, 2024

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?
image

@webreidi webreidi added the question Further information is requested label Jul 8, 2024
@webreidi webreidi assigned webreidi and unassigned webreidi Jul 8, 2024
@webreidi
Copy link

@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?

@pinkli
Copy link
Author

pinkli commented Jul 12, 2024

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.

@webreidi webreidi added enhancement New feature or request and removed question Further information is requested labels Jul 12, 2024
@webreidi
Copy link

Agreed, that would be of great help. We'll look into what options we have available for doing that with VS Code libraries.

@dibarbet
Copy link
Member

dibarbet commented Oct 7, 2024

tracking on the C# ext side - dotnet/vscode-csharp#7641

Note - this is also not supported in VS Windows.

@dibarbet dibarbet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-roslyn enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants