Jakub Arnold
Jakub Arnold

Reputation: 87270

ReSharper Alt-Enter not working in some projects but works in others

I've found that if I try to use the context menu that shows up after Alt-Enter in one of my projects in a soluition, and then select an action, it will simply do nothing.

This only seems to happen in projects which I've added to my solution as a "Add existing project". It does work in the projects that belong to that specific solution.

Upvotes: 2

Views: 1003

Answers (2)

Usurer
Usurer

Reputation: 213

The following instruction helped me: https://resharper-support.jetbrains.com/hc/en-us/articles/206546989-ReSharper-stopped-working-for-a-single-specific-solution

  1. Resharper -> Options -> General -> Clear Cache
  2. Remove .sue file from solution folder (it is hidden somewhere under .vs folder)

Upvotes: 2

Jakub Arnold
Jakub Arnold

Reputation: 87270

Actually it turns out that the problem was being caused by the Git tools for VS. Disabling them in Tools -> Options -> Source control -> None fixes the issue.

Resources:

Upvotes: 2

Related Questions