Is there any way to delay the fade-in time for intellisense in Visual Studio?

ε祈祈猫儿з 提交于 2019-12-12 18:44:28

问题


I just switched to VS2008, and intellisense is even more 'helpful' there than in 2005.

I'm finding it to really break my concentration having it pop up every time I reach the end of a token or key word or whatever. I have to hit ESC or ignore it and it's really annoying.

I've not been able to find a setting to delay its activation. I do want it, so can't just cripple it, but I'd like it to wait for a second or two pause in my typing to activate.

Anyone know if there is such an option somewhere in Visual Studio?


回答1:


I don't know if such option exists, but why don't you disable it and use Ctrl+Space and Ctrl+J when needed?




回答2:


You might want to take a look a this forum post about Recommended Settings for intellisense. Though it seems as of Visual Studio 2005, IntelliSense is now activated by default when the user begins to type, instead of requiring marker characters.

Hope this helps some.



来源:https://stackoverflow.com/questions/1764684/is-there-any-way-to-delay-the-fade-in-time-for-intellisense-in-visual-studio

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