Show more documentation for overloads when accessing autocomplete #300
Answered
by
kindermannhubert
amine-aboufirass
asked this question in
Q&A
-
Is there currently a way to show more documentation in the commandline for a specific overload? Consider the following: The documentation shows the first argument ( Is there a way to "scroll down" such that I can see the rest of the documentation for that particular overload? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
kindermannhubert
Sep 22, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
amine-aboufirass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's the same as in Visual Studio.
To see documentation of the next param, just write
,
and you'll see its documentation.Or just this:
You can move the caret between commas and see docs for different params:
I'm not aware of any other possibility to "scroll" through params via keyboard in VS.