Should opening a definition focus it in the namespace tree? #45
Labels
needs-ui-design
snooze-3
Issue is likely to be worked on, might become "on-deck" in the next couple of months
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 forMap
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 topMap
data type result and then scroll down in the left pane to look at the rest of the methods under theMap
namespace. But the left pane isn't actually focused onMap
, so I scroll down toM
, realize that it's not there, scroll todata
, click it, and then scroll toMap
.The text was updated successfully, but these errors were encountered: