dotnet/roslyn

Smart Indent adds space before same line closing curly bracket

Aperta

#50.937 aperta il 1 feb 2021

 (0 commenti) (1 reazione) (0 assegnatari)C# (4257 fork)batch import
Area-IDEBugDeveloper CommunityIDE-Formatterhelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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)

Guida contributor