tags:

views:

95

answers:

2

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?

+3  A: 

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-Alt-Space. Perhaps this issue will be solved in Visual Studio 2010.

hmemcpy
Thanks for the answer, at least I am not the only one who has noticed it.
JL
A: 

This is still broken with ReSharper 5.1 and Visual Studio 2010.

Michael Bunney

related questions