Bela VanderVoort

Results 297 comments of Bela VanderVoort

> How do I know you is not impersonating the real author or someone in Jetbrains is infecting the plugin and doing a supply chain attack? Yes probably is better...

Possible styleguide to follow - https://poshcode.gitbook.io/powershell-practice-and-style

I believe this has to do with CSharpier referencing aspnetcor so that it can run as an http server for the IDE plugins. That was added in 0.29 or 0.30....

That is the expected format of ternaries. The goal is for a chained ternary to format similiar to a switch expression, because it logically is very similar. The example below...

CSharpier's philosophy doesn't agree with feature toggles or formatting rule comments. You could `//csharpier-ignore` the line in question to control the formatting directly. One possibility is having csharpier break a...

I agree that CSharpier should respect single empty lines between elements. I ran into this when adding the xml formatting and thought I had created an issue to track it....

I'm not opposed, but I'm not sure how others would feel about this change. I tried to get an idea of how often code would be formatted with the attribute...

I'm not aware of any way to disable VS extensions programatically, which would be required for a command to work. You can disable the extension through VS itself using the...

CSharpier does not take into account any existing line breaks when deciding how to format code. Prettier for the most part functions the exact same way although it does have...

CSharpier is not going to be changing to take into account any existing line breaks.