Searching for a solution in VSCode to navigate through multiple overload signatures in TypeScript and JavaScript?
Occasionally, when using IntelliSense, a tooltip appears with hints like (+1 overload) while typing "someObj.someMethod(", displaying the first overload. How can we access the other overloads?