You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
highly upvote, i missed Csharpier when i work at .cshtml, and .razor file. dotnet format just suck ass, resharper-cli is too bloat and heavy and if you dont have rider license it's no go. Also you can only implement for razor file as f# already has their own well-working formatter
To be clear, this issue will not be adding support for formatting razor files. This is just to support non-standard file extensions that someone wants formatted with the c# formatter.
#1251 is adding support for custom file extensions.
Right now all the IDE extensions are hardcoded to only try to format cs files.
Should we send all file edits to csharpier?
Should we make a configuration option for what file types to send to csharpier?
The text was updated successfully, but these errors were encountered: