Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用了这个插件,VS2022 C++完全无法打代码了,代码联想完全是混乱的 #14

Open
wkingnet opened this issue Nov 15, 2024 · 3 comments

Comments

@wkingnet
Copy link

比如在我项目里有一处代码段用来测试

  for (auto& goods : 交易品数据) {
    goods.amount = id_amount[goods.ID];
  }

gif

输入if,再输入(,自动补全ActivationContextManifestResourceName() -_-|||
删掉,再输入if ,输入true,按TAB,自动补全ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT

禁用此插件,就正常了

@stratosblue
Copy link
Owner

😂😂😂确实有这个问题,候选项与实际输入不符。发了个新版本,添加了个选项,尝试关闭后再看看能不能正常工作呢
图片

@wkingnet
Copy link
Author

😂😂😂确实有这个问题,候选项与实际输入不符。发了个新版本,添加了个选项,尝试关闭后再看看能不能正常工作呢 图片

没有任何作用……

@stratosblue
Copy link
Owner

😂😂😂确实有这个问题,候选项与实际输入不符。发了个新版本,添加了个选项,尝试关闭后再看看能不能正常工作呢 图片

没有任何作用……

我这里测试设置成false后是有效的,不太清楚你的是什么情况了
notnull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants