Is it possible to automatically show the TAB suggestions
after one deletes the previously selected item?
Example:
I want to browse module A
with A. + TAB
. This will drop down the available function, types etc, like:
A.foo
.bar
Now I select A.foo
but decide I don’t want it. So I have to backspace until A.
, but the dropdown doesn’t show automatically anymore when hitting TAB
So I have to delete .
and type again A. + TAB
in order to get the dropdown.
I know it’s a minor issue, but I’m curious if there’s a solution for it or maybe I’m missing something.
Thank you!