Scroll through possible overloads?

Hi Guys,

I have a very simple question for which I can’t find the answer. When you are presented with different overloads for a main method, for example, a string.split, you are presented with 6 possible overloads for it. How can I go through them? If I try to click on the arrows next to the numbers, it disappears.
As a workaround I’m manually looking them up on https://docs.microsoft.com , but this would be much faster to do within studio.
Thanks!
image

Use Up and Down Arrows.

1 Like

Hi @Janos_Kis

Use String.Split(environment.newLine.Toarray)

and then use send hot key based on while loop to iterate with send hot key as down

Thanks
ashwin S

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.