yzhang-gh / vscode-dic-completion

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

completion seem not work in c/c++ #34

Open heartacker opened 2 years ago

heartacker commented 2 years ago

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

yzhang-gh commented 2 years ago

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)

heartacker commented 2 years ago

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?

yzhang-gh commented 2 years ago

It has nothing to do with this extension, but you may check these VS Code settings.

image

heartacker commented 2 years ago

I can't make it work anymore. Hope that we could enjoy the dic-completion ASAP

heartacker commented 2 years ago

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?

yzhang-gh commented 2 years ago

Please check out the dev build (in the Artifacts section).

Make sure you have enabled the editor.quickSuggestions as shown in the README.

heartacker commented 2 years ago

thanks, it Works