prettier-plugin-csharp
prettier-plugin-csharp copied to clipboard
Activity
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?
Yes it is. dotnet-format
is a very good alternative, but it's not integrated with Prettier.
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#.