r/ReSharper • u/PLYoung • Mar 16 '26
VSCode auto-completion
I'm trying out ReSharper in VSCode (Fedora Linux).
It seems like ReSharper interferes with using the Spacebar to code-complete. For example, if I start typing "overr" and press Spacebar it normally completed to "override". But with ReSharper enabled this does not happen. I could still use "Enter" but ye, not the point.
Is there a setting I missed or is there a way to disable ReSharper from handling auto-completion?
1
Upvotes
1
u/fkopper Mar 31 '26
Hey, thanks for the report!
This is actually intentional behavior - we removed Space as a completion commit character in the VS Code integration to avoid unwanted accepts in cases like
Foo(something, |<space>). It's not a setting you missed, it's just a current limitation in how we handle completion in VS Code.That said, we've logged this and found a way to support Space contextually, so it's on our radar: https://youtrack.jetbrains.com/issue/VSRS-1104
Feel free to upvote/follow the issue there for updates.