Say I have multiple modules containing a value view.
No I'd like to import one specific in a qualified way:
When I write
Foo.view
and trigger AutoCompletion, I'm getting suggestions for all modules exporting view, but not the one from say Something.Foo listed at the top. So it is quite some manual work to scroll to the list and find the one I need.
Is there something we can do about this on the level of this extension?
Say I have multiple modules containing a value
view.No I'd like to import one specific in a qualified way:
When I write
Foo.viewand trigger AutoCompletion, I'm getting suggestions for all modules exporting
view, but not the one from saySomething.Foolisted at the top. So it is quite some manual work to scroll to the list and find the one I need.Is there something we can do about this on the level of this extension?