Visual Studio Extension for Code Alignment [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Is there any free extension to perform code alignment, like Align Assignments with Productivity Power Tools but to align this code: public int ID; public string Title; public string Text; public decimal Factor; in that way, or something like that? public int ID; public string Title; public string Text; public