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!