yzhang-gh / vscode-dic-completion

Dictionary completion
https://marketplace.visualstudio.com/items?itemName=yzhang.dictionary-completion
MIT License
51 stars 13 forks source link

Include default autocompletion results #26

Closed lamyergeier closed 4 years ago

lamyergeier commented 4 years ago

Vscode by default have autocompletions which shows a list of already used words (in the file). As it is more likely that an already used word is used again. These words don't have to be in the dictionary.

Request

  1. Is it possible to have an option to enable the default autocompletion of vscode results that could show before the results of dictionary.
  2. May be it would also be better to have a keyboard shortcut to disable or enable it.
yzhang-gh commented 4 years ago

Let's track this at #22.