vscode-dic-completion
vscode-dic-completion copied to clipboard
completion seem not work in c/c++
I don't know why, nowaday this dic-completion don't work in c/c++
I have tested in markdown 、python comment and c/c++ comment only c/c++ don't work.
can any body help/tell me how to deal with
名称: Dictionary Completion ID: yzhang.dictionary-completion 说明: Word Completion 版本: 1.1.1 发布者: Yu Zhang VS Marketplace 链接: https://marketplace.visualstudio.com/items?itemName=yzhang.dictionary-completion
版本: 1.63.0-insider (system setup) 提交: c1f2f40bcd81380bf2e286af64becddada57db88 日期: 2021-11-24T05:33:22.438Z 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.14393
That's because we haven't supported languages other than Markdown/HTML/LaTeX/Python/JS/TS.
Will add c/c++ in the future (probably one month later)
That's because we haven't supported languages other than Markdown/HTML/LaTeX/Python/JS/TS.
Will add c/c++ in the future (probably one month later)
But it worked before in C++ comment, Am I miss something?
It has nothing to do with this extension, but you may check these VS Code settings.

I can't make it work anymore. Hope that we could enjoy the dic-completion ASAP
That's because we haven't supported languages other than Markdown/HTML/LaTeX/Python/JS/TS.
Will add c/c++ in the future (probably one month later)
hello, any update for this?
Please check out the dev build (in the Artifacts section).
Make sure you have enabled the editor.quickSuggestions as shown in the README.
thanks, it Works