Steve Cadwallader
Steve Cadwallader
Migrated from https://trello.com/c/OYUlarhQ with 18 votes Would love to have a clean up feature that added { } brackets to one-line if statements. ``` csharp if (x == y) Do();...
Migrated from https://trello.com/c/t3ZG4jsB with 10 votes ``` csharp if( condition one ) { line one; line two; line three; } if( condition two || condition three ) { line four;...
### Discussed in https://github.com/codecadwallader/codemaid/discussions/935 Originally posted by **slava-sakidon** August 15, 2022 Unfortunately I don't see the Code Maid commands in json editor of VS 2022. When this problem will be...