Open
Description
A common occurrence for me is that I want a method for say Map
that I assume already exists but I don't know what it's called. I search for Map
and see ~10 results but none of them are the function that I'm looking for. It feels like I should be able to accept the top Map
data type result and then scroll down in the left pane to look at the rest of the methods under the Map
namespace. But the left pane isn't actually focused on Map
, so I scroll down to M
, realize that it's not there, scroll to data
, click it, and then scroll to Map
.