Hello, attached screencast with a newly created bug in CodeRush.
Steps to reproduce:
- Create a method surrounded by a region
- Use vs to add method parameter
- Type variable name, i.e. myParam
The first letter is written to a variable, with the next letter cursor is moved up and the rest of param name is written to a region name.
C#public readonly struct Class1
{
#region private methodsyParam
private void MethodName(string m)
{
}
#endregion
}
Hi Karel,
Thank you for informing us about this problem.
I was managed to reproduce this.
Please give us some time to prepare the correction. We will let you know when the changes are ready.