Hello, I am using templates "vi", "vs" and similar to add method parameters. But these templates do not work for adding method parameters for nested methods.
C#private void TestMethod(int i, string s)
{
void LocalFunction(vi) <--- here expansion does not work
{
}
}
Hi Karel,
Thank you for contacting us.
I have managed to reproduce this problem.
Please give us some time to fix it. We will notify once we are ready.