Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fix Resharper intellisense

Tags:

resharper

Does anyone know how to fix this, besides pressing esc then typing the variable name again?

enter image description here

JetBrains ReSharper 6.1 C# Edition
Build 6.1.37.86 on 2011-12-21T04:15:24
Plugins: none
Visual Studio 10.0.30319.1.
like image 825
NitroxDM Avatar asked Jan 03 '13 16:01

NitroxDM


People also ask

Why is my IntelliSense not working?

If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.

How do I reset ReSharper?

ReSharper can be suspended and resumed in the "Tools | Options | ReSharper | General" dialog. You may also map any keyboard shortcut for 'ReSharper_ToggleSuspended' command in the "Tools | Options | Environment | Keyboard" dialog.

Does ReSharper work with VS 2022?

ReSharper 2021.3 release supports Visual Studio 2022 out-of-the-box.

Is there a free alternative to ReSharper?

Roslynator allows you to convert your C# code into more efficient C# code. That's why this is the most popular free ReSharper alternative.


2 Answers

You may want to try changing the IntelliSense option:

Resharper Visual Studio Options

Whether you're using IntelliSense ReSharper or Visual Studio, try changing it, then changing it back. I've sometimes had similar issues and toggling the option can help.

like image 170
JYelton Avatar answered Oct 21 '22 17:10

JYelton


Usually restart of Visual Studio tends to re-enable intellisense, I'd much rather a proper fix from JetBrains.

like image 2
Matt Drouillard Avatar answered Oct 21 '22 17:10

Matt Drouillard