is `awdSelection Changed` a ReSharper command?

Hi - 

After performing a new installation of Resharper 2025.1.2, I noticed that my VS IntelleSense auto-complete after hitting <tab> was being mangled immediately after the auto-complete worked. I noticed that if I performed and undo command, the correct auto-complete was restored. I looked at the Undo menu in VS which indicated the command I was undoing was an “awdSelection changed” command.  I have no idea what this is but I'd like figure out how to adjust what's its doing so I can not have this conflict with my expected auto complete.

To be more specific:

If I have this  method:

void foo(int expectedValue)
{

}

 

And within that I type in:

Assert.AreEqual(exp

At this point, VS's IntelleSense  starts suggesting things like ‘expectedValue’ for it to put into place for me.  If I hit <tab> it will insert it but get undone by the ‘awdSelection’ as described above. If, instead, I hit <space> or <enter> to access VS IntelleSense, the text is inserted but the ‘awdSelection’ is skipping as I desire.

I hope someone here understands the issue and/or recognized ‘awdSelection’ so I can figure out how to disable/remap it.

0
2 comments

Does it look similar to this? https://youtrack.jetbrains.com/issue/RSRP-501576

I'm working on the fix right now. Unfortunately, there is no workaround except switching to in-process mode

0

No - it doesn't select anything, it just replaces the word I selected with IntelliSense with the letters I typed as input to IntelliSense.  Although switching to in-process mode does resolve the issue - so thank you for that!  I suspect/hope this issue is related to the one you are fixing. 

Thank you for your hard work! I'll switch back to the out-of-proc mode in the next release.

0

Please sign in to leave a comment.