roslyn
roslyn copied to clipboard
For loops autofill is different when inside a loop
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
//Outside loop
for (int i = length - 1; i >= 0; i--)
{
}
//Inside loop
for (global::System.Int32 j = (length) - (1); j >= 0; j--)
{
}
Original Comments
Feedback Bot on 8/19/2024, 00:07 AM:
(private comment, text removed)
Original Solutions
(no solutions)
I'm interested into trying to fix this :)
@Orachor go ahead. Thanks!
@akhera99 ptal