Autocompletion on Space and Enter??? Follow
Hi
I am just about to buy Resharper but i got annoyed of autocompletion suggestions that are completed when pressed both Space and Enter. If i for example write "i", resharper autocompletion suggests "int" and on Enter it writes "int" and on Space "int ", so with space character. And i just want to write "i". Same heppens with "str", Enter = "string", Space = "string " but i just want to name a variable, member, class... Without resharper VS2010 on Space writes jut "i" or "str". So hot to turn this off, just for Space key?
Thanks
Please sign in to leave a comment.
Just type "i" and then ESC.
Same "RS feature" as http://devnet.jetbrains.net/thread/289299 perhaps? Terrible annoying IMHO...
Hello Joe
With ReSharper 6.1 you can set up the auto-popup behavior to 'Display but do not preselect' for desired context (under ReSharper | Options | IntelliSense | Autopopup), so that ReSharper doesn't preselect items and therefore doesn't complete them when you press Space. Note that you can complete an item that is not pre-selected with Ctrl+Enter. Let me know if this helps. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
[Build 6.1.37.86]


Hrm I tried to update the new settings to support not completing on space (or in my case dot) but I cannot understant how it's supposed to work
In above screenshot I have typed in "valueForA" and want to hit dot to write a member (to later create a local variable named "valueForA") but I can't get RS to play nicely. It selects the field when I type space or ".". I've tried the following options:
What am I doing wrong?
Thanks.
Try changing "Letters and digits" to "Display but don't preselect".
Ah off course, thanks! (However I miss the option only accept focused item via Tab/Enter... But that's another issue...)
*Edit: Hrm at least Tab auto-completes even when item is not pre-selected so that seems to work out well :].