yzhang-gh / vscode-dic-completion

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

Issue / question— No suggestions / word overlap #9

Closed tecosaur closed 6 years ago

tecosaur commented 6 years ago

Hi neilsustc, I've discovered / though of (yet another) something else to bug you with. Hope you don't mind.

Issue (unrelated to background)

However I've noticed that only previously typed words come up as suggested, and in a blank document only snippets come up, the extension doesn't appear to be working and I'm not sure why. Let me know what information would be helpful.

Background (related to question)

After that rather nice demo you had in your reply to my last question, and learning of stenography I've discovered to my delight that I can use text suggestions to halve the number of characters I need to type for long words, for example: image image

Question (related to background)

Due to my great discovery, I'm considering dumping a large wordlist into my user dictionary

yzhang-gh commented 6 years ago

For the issue: Did you set the leastNumOfChars but forget it? 😂

For the question: I guess there won't be big performance impact. As for duplicated words, the answer was yes. But it is no if you download the development build now. (click the "build passing" from the readme) 😅

tecosaur commented 6 years ago

Re: Issue

leastNumOfChars is currently set to 2, tried at 0 as well with a reload between — no difference.

Re: Question

Cool 👍 I may well just do that :)

yzhang-gh commented 6 years ago

Then could you please check whether there is any error in the dev console (menu>help>toggle dev tools)?

Another one is to check the editor.quickSuggestions setting. You can execute "trigger suggestions" in the command palette to see whether words completion can be triggered.

tecosaur commented 6 years ago

Here are all the relevant current setting I could think of:

    "editor.quickSuggestions": {
       "other": true,
       "comments": false,
       "strings": false
     },
    "editor.snippetSuggestions": "top",
    "editor.suggestSelection": "recentlyUsedByPrefix",
    "editor.wordBasedSuggestions": true,
    "editor.tabCompletion": "onlySnippets",

For some reason despite previously working open user dict seems to have stopped working — this is what I got

Error: command 'completion.openUserDict' not found
    at t._tryExecuteCommand (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3030:36)
    at file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3029:885
    at Object.g [as _notify] (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
    at Object.enter (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
    at n.Class.derive._oncancel._run (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
    at n.Class.derive._oncancel._completed (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
    at l (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:168:855)
    at n.Class.derive.join.r.forEach.G.then.o.(anonymous function) (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:169:45)
    at Object.g [as _notify] (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
    at Object.enter (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
    at n.Class.derive._oncancel._run (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
    at n.Class.derive._oncancel._completed (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
    at l (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:168:855)
    at n.Class.derive.join.r.forEach.G.then.o.(anonymous function) (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:169:45)
    at Object.g [as _notify] (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
    at Object.enter (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
    at n.Class.derive._creator._run (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
    at n.Class.derive._creator._completed (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
    at Object.g [as _notify] (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
    at Object.enter (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
    at n.Class.derive._oncancel._run (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
    at n.Class.derive._oncancel._completed (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
    at e.resolveOk (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3186:248)
    at t._receiveReply (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3266:305)
    at t._receiveOneMessage (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3264:600)
    at file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3262:81
    at e.fire (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:181:218)
    at a (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:318:348)
    at Socket.n._socketDataListener (file:///C:/Users/TEC/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:318:567)
    at emitOne (events.js:116:13)
    at Socket.emit (events.js:211:7)
    at addChunk (_stream_readable.js:263:12)
    at readableAddChunk (_stream_readable.js:250:11)
    at Socket.Readable.push (_stream_readable.js:208:10)
    at Pipe.onread (net.js:594:20)
yzhang-gh commented 6 years ago

Weird. Is there other error before this "command not found"? And you are using the dev build, right?

tecosaur commented 6 years ago

Ah, those errors are from the current workshop published version. Would you like me to install the dev build and try again?

yzhang-gh commented 6 years ago

Yes. The "command not found" error should be caused by not activating the extension. That should be fixed with the dev build.

And once this error is gone, could you try manually executing "trigger suggestions" with vscode command palette if there are still no word completions showing up.

tecosaur commented 6 years ago

I've installed the .visx you mentioned. Still having this issue. image Here are all of my user setting that I can possibly imagine having an impact

    "editor.snippetSuggestions": "top",
    "editor.suggestSelection": "recentlyUsedByPrefix",
    "editor.wordBasedSuggestions": true,
    "editor.tabCompletion": "onlySnippets",
    "editor.formatOnSave": true,
    "editor.emptySelectionClipboard": false,
    "editor.quickSuggestions": true,
    "editor.quickSuggestionsDelay": 0,
    "editor.wordSeparators": "`-~!@#$%^&*()=+[\\{]\\}\\|;:'\",.<>/?",
    "files.trimTrailingWhitespace": true,
    "dictCompletion.leastNumOfChars": 2,

This is what the dev console looks like image This is the extension host log

Click Here for Log

``` [2018-10-19 17:36:11.361] [exthost] [info] extension host started [2018-10-19 17:36:11.389] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:11.389] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\debug-auto-launch\dist\extension [2018-10-19 17:36:11.405] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:11.405] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\emmet\dist\extension [2018-10-19 17:36:11.455] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:11.455] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main [2018-10-19 17:36:11.616] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:11.616] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\merge-conflict\dist\extension [2018-10-19 17:36:11.651] [exthost] [info] ExtensionService#_doActivateExtension vscode.search-rg {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:11.651] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\search-rg\dist\extension [2018-10-19 17:36:11.675] [exthost] [info] ExtensionService#_doActivateExtension acarreiro.calculate {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:11.676] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\acarreiro.calculate-2.1.0\out\src\extension [2018-10-19 17:36:13.400] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:13.400] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.bookmarks-9.1.0\out\src\extension [2018-10-19 17:36:13.456] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.project-manager {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:13.456] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.project-manager-9.0.1\out\src\extension [2018-10-19 17:36:13.558] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:13.558] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ban.spellright-3.0.5\src\extension [2018-10-19 17:36:15.511] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:15.512] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.bracket-pair-colorizer-2-0.0.22\out\src\extension [2018-10-19 17:36:15.636] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.disableligatures {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:15.636] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.disableligatures-0.0.8\out\src\extension [2018-10-19 17:36:15.642] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:15.642] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\eamodio.gitlens-8.5.6\out\extension [2018-10-19 17:36:16.596] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-highlight {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:16.596] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-highlight-1.3.0\out\extension.js [2018-10-19 17:36:16.639] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-todo-plus {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:16.639] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-todo-plus-4.9.0\out\extension.js [2018-10-19 17:36:16.872] [exthost] [info] ExtensionService#_doActivateExtension formulahendry.auto-rename-tag {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:16.872] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\formulahendry.auto-rename-tag-0.0.15\out\src\extension [2018-10-19 17:36:16.890] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:16.890] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\hookyqr.beautify-1.4.6\extension [2018-10-19 17:36:17.150] [exthost] [info] ExtensionService#_doActivateExtension icrawl.discord-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:17.150] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\icrawl.discord-vscode-2.10.1\out\src\extension [2018-10-19 17:36:17.300] [exthost] [info] ExtensionService#_doActivateExtension joelday.docthis {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:17.300] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\joelday.docthis-0.7.1\out\src\extension [2018-10-19 17:36:17.689] [exthost] [info] ExtensionService#_doActivateExtension monokai.theme-monokai-pro-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:17.689] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.8\js\main [2018-10-19 17:36:17.710] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:17.710] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ms-vsliveshare.vsliveshare-0.3.834\out\src\extension [2018-10-19 17:36:21.510] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:21.510] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\pranaygp.vscode-css-peek-2.1.0\out\client\src\extension [2018-10-19 17:36:21.736] [exthost] [info] ExtensionService#_doActivateExtension siegebell.prettify-symbols-mode {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:21.736] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\siegebell.prettify-symbols-mode-0.4.2\out\src\extension [2018-10-19 17:36:21.845] [exthost] [info] ExtensionService#_doActivateExtension spikespaz.vscode-smoothtype {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:21.845] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\spikespaz.vscode-smoothtype-1.2.0\extension [2018-10-19 17:36:21.882] [exthost] [info] ExtensionService#_doActivateExtension WallabyJs.quokka-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:36:21.882] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\wallabyjs.quokka-vscode-1.0.156\index [2018-10-19 17:36:21.887] [exthost] [info] eager extensions activated [2018-10-19 17:37:59.114] [exthost] [info] extension host started [2018-10-19 17:37:59.144] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.144] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\debug-auto-launch\dist\extension [2018-10-19 17:37:59.153] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.153] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\emmet\dist\extension [2018-10-19 17:37:59.198] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.198] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main [2018-10-19 17:37:59.327] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.327] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\merge-conflict\dist\extension [2018-10-19 17:37:59.335] [exthost] [info] ExtensionService#_doActivateExtension vscode.search-rg {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.335] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\search-rg\dist\extension [2018-10-19 17:37:59.341] [exthost] [info] ExtensionService#_doActivateExtension acarreiro.calculate {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.341] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\acarreiro.calculate-2.1.0\out\src\extension [2018-10-19 17:37:59.710] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.710] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.bookmarks-9.1.0\out\src\extension [2018-10-19 17:37:59.722] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.project-manager {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.722] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.project-manager-9.0.1\out\src\extension [2018-10-19 17:37:59.745] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.745] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ban.spellright-3.0.5\src\extension [2018-10-19 17:37:59.865] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.865] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.bracket-pair-colorizer-2-0.0.22\out\src\extension [2018-10-19 17:37:59.898] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.disableligatures {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.898] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.disableligatures-0.0.8\out\src\extension [2018-10-19 17:37:59.900] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens {"startup":true,"activationEvent":"*"} [2018-10-19 17:37:59.900] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\eamodio.gitlens-8.5.6\out\extension [2018-10-19 17:38:00.130] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-highlight {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.130] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-highlight-1.3.0\out\extension.js [2018-10-19 17:38:00.159] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-todo-plus {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.159] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-todo-plus-4.9.0\out\extension.js [2018-10-19 17:38:00.355] [exthost] [info] ExtensionService#_doActivateExtension formulahendry.auto-rename-tag {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.355] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\formulahendry.auto-rename-tag-0.0.15\out\src\extension [2018-10-19 17:38:00.358] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.358] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\hookyqr.beautify-1.4.6\extension [2018-10-19 17:38:00.415] [exthost] [info] ExtensionService#_doActivateExtension icrawl.discord-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.415] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\icrawl.discord-vscode-2.10.1\out\src\extension [2018-10-19 17:38:00.448] [exthost] [info] ExtensionService#_doActivateExtension joelday.docthis {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.448] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\joelday.docthis-0.7.1\out\src\extension [2018-10-19 17:38:00.795] [exthost] [info] ExtensionService#_doActivateExtension monokai.theme-monokai-pro-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.795] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.8\js\main [2018-10-19 17:38:00.803] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:00.803] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ms-vsliveshare.vsliveshare-0.3.834\out\src\extension [2018-10-19 17:38:01.569] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:01.569] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\pranaygp.vscode-css-peek-2.1.0\out\client\src\extension [2018-10-19 17:38:01.617] [exthost] [info] ExtensionService#_doActivateExtension siegebell.prettify-symbols-mode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:01.617] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\siegebell.prettify-symbols-mode-0.4.2\out\src\extension [2018-10-19 17:38:01.636] [exthost] [info] ExtensionService#_doActivateExtension spikespaz.vscode-smoothtype {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:01.636] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\spikespaz.vscode-smoothtype-1.2.0\extension [2018-10-19 17:38:01.643] [exthost] [info] ExtensionService#_doActivateExtension WallabyJs.quokka-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:01.643] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\wallabyjs.quokka-vscode-1.0.156\index [2018-10-19 17:38:01.644] [exthost] [info] eager extensions activated [2018-10-19 17:38:22.049] [exthost] [info] extension host started [2018-10-19 17:38:22.077] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.077] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\debug-auto-launch\dist\extension [2018-10-19 17:38:22.084] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.084] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\emmet\dist\extension [2018-10-19 17:38:22.125] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.125] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main [2018-10-19 17:38:22.257] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.257] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\merge-conflict\dist\extension [2018-10-19 17:38:22.265] [exthost] [info] ExtensionService#_doActivateExtension vscode.search-rg {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.265] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\search-rg\dist\extension [2018-10-19 17:38:22.271] [exthost] [info] ExtensionService#_doActivateExtension acarreiro.calculate {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.271] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\acarreiro.calculate-2.1.0\out\src\extension [2018-10-19 17:38:22.635] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.635] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.bookmarks-9.1.0\out\src\extension [2018-10-19 17:38:22.646] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.project-manager {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.646] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.project-manager-9.0.1\out\src\extension [2018-10-19 17:38:22.669] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.669] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ban.spellright-3.0.5\src\extension [2018-10-19 17:38:22.799] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.799] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.bracket-pair-colorizer-2-0.0.22\out\src\extension [2018-10-19 17:38:22.828] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.disableligatures {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.828] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.disableligatures-0.0.8\out\src\extension [2018-10-19 17:38:22.829] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:22.829] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\eamodio.gitlens-8.5.6\out\extension [2018-10-19 17:38:23.065] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-highlight {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.065] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-highlight-1.3.0\out\extension.js [2018-10-19 17:38:23.097] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-todo-plus {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.097] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-todo-plus-4.9.0\out\extension.js [2018-10-19 17:38:23.298] [exthost] [info] ExtensionService#_doActivateExtension formulahendry.auto-rename-tag {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.298] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\formulahendry.auto-rename-tag-0.0.15\out\src\extension [2018-10-19 17:38:23.301] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.301] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\hookyqr.beautify-1.4.6\extension [2018-10-19 17:38:23.358] [exthost] [info] ExtensionService#_doActivateExtension icrawl.discord-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.358] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\icrawl.discord-vscode-2.10.1\out\src\extension [2018-10-19 17:38:23.390] [exthost] [info] ExtensionService#_doActivateExtension joelday.docthis {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.390] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\joelday.docthis-0.7.1\out\src\extension [2018-10-19 17:38:23.741] [exthost] [info] ExtensionService#_doActivateExtension monokai.theme-monokai-pro-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.741] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.8\js\main [2018-10-19 17:38:23.749] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:23.749] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ms-vsliveshare.vsliveshare-0.3.834\out\src\extension [2018-10-19 17:38:24.492] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:24.492] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\pranaygp.vscode-css-peek-2.1.0\out\client\src\extension [2018-10-19 17:38:24.539] [exthost] [info] ExtensionService#_doActivateExtension siegebell.prettify-symbols-mode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:24.539] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\siegebell.prettify-symbols-mode-0.4.2\out\src\extension [2018-10-19 17:38:24.558] [exthost] [info] ExtensionService#_doActivateExtension spikespaz.vscode-smoothtype {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:24.558] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\spikespaz.vscode-smoothtype-1.2.0\extension [2018-10-19 17:38:24.564] [exthost] [info] ExtensionService#_doActivateExtension WallabyJs.quokka-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:24.564] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\wallabyjs.quokka-vscode-1.0.156\index [2018-10-19 17:38:24.565] [exthost] [info] eager extensions activated [2018-10-19 17:38:49.433] [exthost] [info] extension host started [2018-10-19 17:38:49.468] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:49.468] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\debug-auto-launch\dist\extension [2018-10-19 17:38:49.475] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:49.475] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\emmet\dist\extension [2018-10-19 17:38:49.515] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:49.515] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main [2018-10-19 17:38:49.648] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:49.648] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\merge-conflict\dist\extension [2018-10-19 17:38:49.655] [exthost] [info] ExtensionService#_doActivateExtension vscode.search-rg {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:49.655] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\search-rg\dist\extension [2018-10-19 17:38:49.661] [exthost] [info] ExtensionService#_doActivateExtension acarreiro.calculate {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:49.661] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\acarreiro.calculate-2.1.0\out\src\extension [2018-10-19 17:38:50.022] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.022] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.bookmarks-9.1.0\out\src\extension [2018-10-19 17:38:50.035] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.project-manager {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.035] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\alefragnani.project-manager-9.0.1\out\src\extension [2018-10-19 17:38:50.057] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.057] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ban.spellright-3.0.5\src\extension [2018-10-19 17:38:50.176] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.176] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.bracket-pair-colorizer-2-0.0.22\out\src\extension [2018-10-19 17:38:50.205] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.disableligatures {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.205] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\coenraads.disableligatures-0.0.8\out\src\extension [2018-10-19 17:38:50.206] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.206] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\eamodio.gitlens-8.5.6\out\extension [2018-10-19 17:38:50.425] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-highlight {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.425] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-highlight-1.3.0\out\extension.js [2018-10-19 17:38:50.454] [exthost] [info] ExtensionService#_doActivateExtension fabiospampinato.vscode-todo-plus {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.454] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\fabiospampinato.vscode-todo-plus-4.9.0\out\extension.js [2018-10-19 17:38:50.653] [exthost] [info] ExtensionService#_doActivateExtension formulahendry.auto-rename-tag {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.653] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\formulahendry.auto-rename-tag-0.0.15\out\src\extension [2018-10-19 17:38:50.656] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.656] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\hookyqr.beautify-1.4.6\extension [2018-10-19 17:38:50.712] [exthost] [info] ExtensionService#_doActivateExtension icrawl.discord-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.712] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\icrawl.discord-vscode-2.10.1\out\src\extension [2018-10-19 17:38:50.745] [exthost] [info] ExtensionService#_doActivateExtension joelday.docthis {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:50.745] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\joelday.docthis-0.7.1\out\src\extension [2018-10-19 17:38:51.097] [exthost] [info] ExtensionService#_doActivateExtension monokai.theme-monokai-pro-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:51.097] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.8\js\main [2018-10-19 17:38:51.106] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:51.106] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\ms-vsliveshare.vsliveshare-0.3.834\out\src\extension [2018-10-19 17:38:51.856] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:51.856] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\pranaygp.vscode-css-peek-2.1.0\out\client\src\extension [2018-10-19 17:38:51.899] [exthost] [info] ExtensionService#_doActivateExtension siegebell.prettify-symbols-mode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:51.899] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\siegebell.prettify-symbols-mode-0.4.2\out\src\extension [2018-10-19 17:38:51.918] [exthost] [info] ExtensionService#_doActivateExtension spikespaz.vscode-smoothtype {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:51.918] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\spikespaz.vscode-smoothtype-1.2.0\extension [2018-10-19 17:38:51.924] [exthost] [info] ExtensionService#_doActivateExtension WallabyJs.quokka-vscode {"startup":true,"activationEvent":"*"} [2018-10-19 17:38:51.924] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\wallabyjs.quokka-vscode-1.0.156\index [2018-10-19 17:38:52.508] [exthost] [info] ExtensionService#_doActivateExtension GrapeCity.gc-excelviewer {"startup":false,"activationEvent":"onLanguage:plaintext"} [2018-10-19 17:38:52.508] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\grapecity.gc-excelviewer-2.1.26\out\src\extension [2018-10-19 17:38:54.522] [exthost] [info] ExtensionService#_doActivateExtension lukasz-wronski.ftp-sync {"startup":true,"activationEvent":"workspaceContains:.vscode/ftp-sync.json"} [2018-10-19 17:38:54.522] [exthost] [info] ExtensionService#loadCommonJSModule C:\Users\TEC\.vscode\extensions\lukasz-wronski.ftp-sync-0.3.3\extension [2018-10-19 17:38:54.774] [exthost] [info] eager extensions activated [2018-10-19 17:40:09.297] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"activationEvent":"onLanguage:jsonc"} [2018-10-19 17:40:09.297] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\configuration-editing\dist\extension [2018-10-19 17:40:09.334] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"activationEvent":"onLanguage:jsonc"} [2018-10-19 17:40:09.334] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\jsonMain [2018-10-19 17:40:09.430] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"activationEvent":"onLanguage:jsonc"} [2018-10-19 17:40:09.430] [exthost] [info] ExtensionService#loadCommonJSModule c:\Users\TEC\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features\dist\extension ```

yzhang-gh commented 6 years ago

I find an issue. This extension is not activated.

I opened a LaTeX document and found this log from the extension host

[2018-10-18 11:58:42.305] [exthost] [info] ExtensionService#_doActivateExtension yzhang.dictionary-completion {"startup":false,"activationEvent":"onLanguage:latex"}

However, I cannot find this kind of log in your log (by searching yzhang)

It seems that we are close to the reason. Could you test it with a html/markdown/latex file. This extension doesn't activate on plaintext file.

tecosaur commented 6 years ago

Here's a markdown test image

yzhang-gh commented 6 years ago

Can command palette "trigger suggestions" bring up the completions in this file?

tecosaur commented 6 years ago

Same result

yzhang-gh commented 6 years ago

I packaged a debug build for you. Could you install it and test with a Markdown file? There will be several messages poped up. Please tell me what you get then.

You can find them in the right bottom corner.

image

tecosaur commented 6 years ago

Doing now, just wanted to add — I really appreciate the amount of effort you are going to with this 🙂

tecosaur commented 6 years ago

Success! And embarrassment (sorry) image

Few things I'd like to note.

tecosaur commented 6 years ago

Also, is there a setting to make it so suggestions come up without ctrl+space?

yzhang-gh commented 6 years ago

No notifications came up

Weird if you have installed the debug build. There should be messages unless it fails to activate...

I was embarrassed to remember that I have min-letters set to 2

Very common 😄

But I also had it not work when I types test and propted for suggestions, so…?

😵

Also, is there a setting to make it so suggestions come up without ctrl+space?

To my knowledge, the only related setting is editor.quickSuggestions as noted in the readme

image

And don't forget language specific settings and workspace settings.

tecosaur commented 6 years ago

For installing the debug build this is what I did.

yzhang-gh commented 6 years ago

Did you finally get it work?

tecosaur commented 6 years ago

@neilsustc I saw a notification in which said you replied asking if I finally got it to work.

yzhang-gh commented 6 years ago

Okay, let's forget about the debug build since the word completions are back 😅

tecosaur commented 6 years ago

Sounds good to me :)