'How can I get the type information at point?

When I put my cursor within a function that as additional function calls. The status bar appears to only show the type information for the outer most variable. attached image I see the type for clientFutureBackend whereas I'd expect to see type info for SttpBackendOptions.connectionTimeout(10.seconds)

Is there a way to get more pinpoint type information?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source