roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

For loops autofill is different when inside a loop

Open vsfeedback opened this issue 1 year ago • 2 comments

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)

vsfeedback avatar Aug 21 '24 15:08 vsfeedback

I'm interested into trying to fix this :)

Orachor avatar Oct 17 '24 15:10 Orachor

@Orachor go ahead. Thanks!

CyrusNajmabadi avatar Oct 17 '24 18:10 CyrusNajmabadi

@akhera99 ptal

CyrusNajmabadi avatar Nov 26 '24 02:11 CyrusNajmabadi