Hello,
The code below :
C#public class MyClass
{
public void Methode1()
{
int MySubMethod()
{
return default(int);
}
}
}
When I do a "Convert to function" witht he cursor on the return the Methode1 is converted to function but should be MySubMethod.
I join a video.
Best regards,
Hello,
Thank you for pointing out this problem to us. We will fix it shortly.