问题描述
突然,在VS2010快递我的智能感知窗口,却有着完全是我打字输入字段。这不会打扰我,只是现在的空间没有犯被选择的选择智能感知给了我。
All of a sudden, my intellisense window in VS2010 Express has a input field which has exactly what I'm typing. This wouldn't bother me, except that now space doesn't commit the selected choice that intellisense gives me.
另外请注意,在选择工具 - 选项 - 文本编辑器。-C#-IntelliSense确实有检查按空格键Comitted,但它不能正常工作
Also note that the option in Tools-Options-Text Editor-C#-IntelliSense does have the "Comitted by pressing the spacebar" checked, yet it doesn't work.
推荐答案
看起来你已经搞砸与完成模式在某些时候。 >智能感知 - - >切换完成模式或只是击中按Ctrl + Alt +空格
Looks like you've messed with completion mode at some point. This can be changed by going to Edit -> IntelliSense -> Toggle Completion Mode or by just hitting Ctrl + Alt + Space
这篇关于智能感知窗口有输入字段,并在空间不承诺的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!