dotnet/roslyn

Smart Indent adds space before same line closing curly bracket

Open

#50,937 opened on Feb 1, 2021

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C# (4,257 forks)batch import
Area-IDEBugDeveloper CommunityIDE-Formatterhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

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)

Contributor guide