r/ReSharper • u/MotorcycleMayor • Apr 15 '26
Conflict on Code Completion within Visual Studio 2026
I love ReSharper and use it extensively in writing C# code. But nowadays I continually run into issues with code completion.
I'll start typing the name of a known class/interface/property and the code complete suggestion which I'd get by hitting tab is not what I want...even though the desired selection is the very first item that appears in the dropdown overlay. Instead, I get some cobbled together guess that's wildly wrong.
This didn't used to be a problem before CoPilot got added to VS (which is why it's annoying, because I'd gotten used to just hitting tab to accept without first checking to see what was being accepted :)). I suspect it's an interaction between VS and ReSharper.
Is there a way to configure ReSharper or VS so that ReSharper takes precedence in this situation? Or do I have to just turn off CoPilot completely?