Intellisense window has input field, and doesn't commit on space

不羁的心 提交于 2020-01-23 03:11:05

问题


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.

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.


回答1:


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




回答2:


Microsoft finally fixed it.

It looks like the state of completion mode (toggled by Ctrl-Alt-Space) is finally persisted and applied to new windows.

Set it the way you like it. Close and reopen. Start new windows. It should stick to all of them.

Version: SP1 for Microsoft SQL Server Management Studio 2014



来源:https://stackoverflow.com/questions/5718657/intellisense-window-has-input-field-and-doesnt-commit-on-space

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!