Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
289 stars 42 forks source link

Autocomplete words #74

Open Trumeet opened 3 years ago

Trumeet commented 3 years ago

Hi, I am using sdcv as my daily dictionary software but I found it is hard to discover words with a specific prefix. It would be helpful if you add autocompletion support, so when I type something, it will show a list of words with my input as prefix. You can also make it only available through <Tab>. For example:

Enter word of phase: dis<tab>
dislike
disappear
dismiss
... etc ...

Thank you very much for your consideration.

Dushistov commented 2 years ago

For now, you can type dis* (asterisk at the end) to get all words that starts with "dis"

Trumeet commented 2 years ago

@Dushistov Thank you very much for that. I have never noticed this feature, but I still hope supporting <Tab> autocompletion would be helpful.