Open Yarakashi-Kikohshi opened 2 years ago
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
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" }
VS Code
Version :1.65.2 (user setup) Commit :c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1 Date :2022-03-10T14:33:55.248Z Electron:13.5.2 Chromium:91.0.4472.164 Node.js :14.16.0 V8 :9.1.269.39-electron.0 OS :Windows_NT x64 10.0.19043
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.
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:
In some cases, it would be nice to be able to configure it as follows.
Version
VS Code