Bela VanderVoort

Results 156 issues of Bela VanderVoort

The current behavior looks kinda wrong. But indenting a single time like 2 looks worse. I think going with 3 and 4 would make sense, I believe we have other...

area:formatting

closes #1168

```c# o.Property.CallMethod( someParameter_____________________________, someParameter_____________________________ ) .CallMethod() .CallMethod(); // should be o.Property.CallMethod( someParameter_____________________________, someParameter_____________________________ ) .CallMethod() .CallMethod(); ``` But in cases like this, do keep it dedented ```c# this.Method( someParameter__________________________________, someParameter__________________________________...

closes #921 The goal of this ticket was to prefer breaking trailing members on a parenthesized expression before breaking the expression. For example. ```c# // input (someObject as SomeLongType__________________________________________).CallMethod(); //...

Add a right click action for "show information about csharpier formatting this file" It can display the version of CSharpier + the last formatting result. It can help understand if...

Try to improve the docs so people understand that the extensions do not format and use CSharpier to do all formatting. Also make sure VSCode + VS handle the hash...

area:vscode
area:vs