Resharper installed, now no automatic code prompts in immediate window

那年仲夏 提交于 2019-12-06 21:47:58

问题


I've become accustomed to using ReSharper, so uninstalling it is not an option.

However 1 little thing that I would like to try fix is the immediate window, I used to get automatic intellisense prompts when for example typing myObject.

That seems to no longer be working (and only in immediate window while debugging) since I installed ReSharper. Any ideas on how to get it back?


回答1:


Unfortunately, if you're using the ReSharper intellisense (instead of the Visual Studio one), it won't work. I remember reading somewhere that this is a known issue due to a limitation in the Visual Studio extensibility API. This also affects the watch dialog.

The only thing you could do is manually invoke intellisense each time using Ctrl-Space. Perhaps this issue will be solved in Visual Studio 2010.




回答2:


The problem is ReSharper and there is no current any solution.

And the shortcut for intellisense-pop is Ctrl + Space, (not Ctrl + Alt + Space)



来源:https://stackoverflow.com/questions/2063066/resharper-installed-now-no-automatic-code-prompts-in-immediate-window

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