Smart Indent adds space before same line closing curly bracket
#50,937 opened on 2021/02/01
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
When using Text Editor > C# > Tabs > Indenting: Smart, even though everything under Text Editor > C# > Code Style > Formatting is unchecked/disabled (including any "Automatically format..." checkboxes), Visual Studio 2019 still adds a space character before the closing bracket:
public int ID {get; set; } when typing {get; set;}
or
if(condition){return; } when typing {return;}
or
DB. Profiles.Select(d => new{ID=d.ID }); when typing new{ID=d.ID}
etc.
The only way to get rid of it I could find is to use "Block" instead of "Smart" for the Intending option. But then, of course, it doesn't indent new code blocks automatically, which is even more annoying.
This issue has been around in Visual Studio 2019 since the beginning. I didn't have that issue in Visual Studio 2015.
Original Comments
Feedback Bot on 1/27/2021, 06:18 PM:
Original Solutions
(no solutions)