Option to still show autocomplete after autocompletion
Posted: Sun Jun 24, 2012 1:38 pm
It's easiest to explain this by example, let's say I've typed "Disco", I'll get the following autocomplete option visible on my screen:
I click "Discover", at which point the autocomplete bar shows punctuation suggestions, I'd like it to still show suggestions for words starting with "Discover" as if I had manually typed "Discover" and hadn't used the autocomplete, i.e.:
Being able to do multi-step autocomplete like this would be much faster, since if I want to type "Discovered" I could just type "Disco", followed by clicking on "Discover", followed by clicking on "Discovered".
Now I have to either click "Discover" and afterwards type "ed", or just manually type the whole thing.
Code: Select all
[Disco][Cisco][Discover][Discount]
Code: Select all
[Discover][Discovery][Discovered]
Now I have to either click "Discover" and afterwards type "ed", or just manually type the whole thing.