Let's say we have this piece of source code which is being edited:
C#public interface IFoo
{
T?Foo
}
Place the caret just after the ? and press space. Here is what I get:
C#public interface IFoo
{
Foo
}
I am not sure, however, that this issue is caused by CodeRush, or if a naked VS2015 install also misbehaves in the same way.
Thank you for the provided code snippet. I am concerned to hear that you are experiencing this problem.
We will try to fix it as soon as possible. Once we make any progress, we will let you know.