Hello,
The simple code below.
I place the cursor after "GetPersons()" when I do ALT+down the public not appear but the line is moved under '{' instead of change to public.
The shortcuts are enable in the shortcuts.
Thanks
C#using Entities;
using System.Collections.Generic;
namespace PersonService
{
public class PersonService
{
void GetPersons()
{
}
}
}
Hi Christian,
Thank you for letting us know about this issue.
I have reproduced this behavior locally. We are working on a solution to this problem. You will be notified when we prepare a fix.