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.
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?