Bela VanderVoort

Results 297 comments of Bela VanderVoort

It is not currently possible to configure, but I have been considering changing the formatting of empty blocks. There are times where I create an empty method and as I...

@Meligy if CSharpier respected editorconfig rules it would essentially be allowing configuration. There are no plans to allow any configuration beyond the current limited set of options. There is a...

This could help with parsing razor files - https://github.com/huntercfreeman/BlazorStudio/blob/auto-complete/Blazor.Text.Editor.Analysis.Razor.ClassLib/TextEditorRazorLexer.cs

https://stackoverflow.com/questions/25789994/microsoft-solver-foundation-sat-cnf

@arg0d, @meenzen I don't think that the IDE plugins should format auto-generated files. Or if they do, it should be an explicit request from the user. This issue was in...

@arg0d this repo is for all things CSharpier. This issue is about showing a user of the extension why a file is not being formatted, so I assumed you were...

I don't believe it is possible to publish a dotnet tool with NativeAOT. [ReadyToRun](https://learn.microsoft.com/en-us/dotnet/core/deploying/ready-to-run) is another possibility to improve startup time that I just saw. There is an open issue...

> A colleague said yesterday that it would be nice if Csharpier removed unused usings. So if sorting is implemented, it makes sense to implement that as well. (Mind the...

This ended up being a bit tricky, but I have it working this way as of now. ```c# // comments or non #if directives that appear at the top of...

> I thought CSharpier was a white space formatter, which it seems to be growing out of. It was originally @Sti2nd . I liked the firm stance that [black](https://pypi.org/project/black/) had...