Visual Studio 2012's Intellisense no longer accepting suggestion on spacebar press

怎甘沉沦 提交于 2019-12-22 04:42:19

问题


I've been using Visual Studio 2005, 2008, 2010 on multiple PC's, installed there by other person or by me. Always intellisense suggestion on it worked like this:

I start typing, window pops with suggestions, with current suggestion highlighted, and I can press spacebar to accept the suggestion.

However, since i installed Visual Studio 2012 on my current PC (it is a relatively fresh Win7 64x install, it had VS2010 installed before) it works differently.

Now, it no longer highlights the suggestion. I have to use CTRL+ENTER to accept suggestion or DOWN to make it selected so that spacebar will accept it. This is really uncomfortable to use.

I tried resetting my settings (Tools -> Import and Export Settings -> Reset Settings) but it didnt help. It tried looking for help but noone knows or has this problem it seems.

What am I doing wrong? How to revert to old behavior?


回答1:


Do you have Toggle Completion Mode selected in Edit | IntelliSense menu? If so then click on it to unselect it.




回答2:


I had the same problem. I know this worked for me when I was working with Java Script at least. Go to Tools>Options>Text Editor>JavaScript>IntelliSense Then make sure that the "Only use Tab or Enter to commit" is UN checked. Hope this helps, or at least gets you on the right track.



来源:https://stackoverflow.com/questions/13744780/visual-studio-2012s-intellisense-no-longer-accepting-suggestion-on-spacebar-pre

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