Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper installed, now no automatic code prompts in immediate window

Tags:

resharper

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?

like image 489
JL. Avatar asked Jan 14 '10 08:01

JL.


People also ask

How do I know if ReSharper is enabled?

Possible reason: Check if there is "ReSharper" tab in the "Tools | Options" dialog, and ReSharper is not suspended. If there's no such dialog or it shows an error, continue to the next Part II of this guide (below). If ReSharper is shown as 'Suspended' in this dialog, use the "Resume" button.

How do I enable ReSharper?

In the Visual Studio menu, choose ReSharper | Options. In the Options dialog that appears, select a node in the left pane and configure settings in the right pane. Use the search box in the left top corner to find a specific preference.

How do I run a ReSharper code analysis?

ReSharper helps you resolve most of the discovered code issues automatically. All you need is to press Alt+Enter when the caret is on a code issue highlighted in the editor and check the suggested quick-fixes.

Is there an immediate window in Intellij?

The Immediate Window becomes visible as soon as we start a debugging session. We can see the new window on the bottom-right, below the watch variables within the debugger pane. We can toggle the Immediate Window by clicking the little terminal icon, which is right below the “show watch variables” icon (the glasses).


1 Answers

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.

like image 89
Igal Tabachnik Avatar answered Oct 19 '22 12:10

Igal Tabachnik