yzhang-gh / vscode-dic-completion

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

Improvement of list of wordlists #37

Open Yarakashi-Kikohshi opened 2 years ago

Yarakashi-Kikohshi commented 2 years ago

Proposal

I have created multiple wordlist files for each category.

There are two issues when displaying a list of wordlist files by doing the following from the command palette:

>Completion: Open User Dictionary

wordlist

  1. It is very difficult to see because the path to the file is displayed.
    • Personally, the file name is enough.
  2. It is unnecessary to be displayed file placed in default path becouse I do not use this file.

In some cases, it would be nice to be able to configure it as follows.

  "dictCompletion.externalUserDictFiles": {
    "title of wordlist1": "X:\\path\\to\\wordlist\\file1",
    "title of wordlist2": "X:\\path\\to\\wordlist\\file2"
  }

Version

yzhang-gh commented 2 years ago

Thanks for the feedback.

I didn't expect that someone would like to use so many word lists 😅. However, I agree that it can be better to be able to assign "names" to the lists.