dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.02k stars 4.03k forks source link

Format Method definition and calls #38630

Open mikadumont opened 5 years ago

mikadumont commented 5 years ago

Customer Request Copying Here

Method definition and calls - members on new line with formatting (Ctrl+K, Ctrl+D). There is no option to keep all members on the same line or when one member is in a new line move each member to its own line.

jinujoseph commented 5 years ago

Related to https://github.com/dotnet/roslyn/issues/38632