prettier-plugin-csharp icon indicating copy to clipboard operation
prettier-plugin-csharp copied to clipboard

Activity

Open SchreinerK opened this issue 2 years ago • 2 comments

No changes since 3 years. C# 6.0 was published in 2015 . Now we have C# 11.0. I may assume that this project is dead. :-(

Are there alternatives known? What do you currently use to reformat C# code?

SchreinerK avatar Jun 22 '22 13:06 SchreinerK

Yes it is. dotnet-format is a very good alternative, but it's not integrated with Prettier.

warrenseine avatar Jun 22 '22 17:06 warrenseine

Thx. dotnet-format does not do some things the way I would like it to ;-) I found also an active project https://github.com/belav/csharpier. It seems that it is a port of Prettier especially for C#.

SchreinerK avatar Jun 23 '22 08:06 SchreinerK