0

When Im using rider and I have a method invoke with multiple parameters, when I format code I would like Rider to place them exactly below the first parameter, each parameter on a new line. Instead it places them at the beginning of each line

Currently it formats them like this enter image description here

What I need is this:

enter image description here

How can I achieve that? I tried under Editor/Code style/ C# Line breaks and wrapping tab but I couldn't find anything that achieves what I need.

pantonis
  • 5,601
  • 12
  • 58
  • 115

1 Answers1

0

It works for me when enabling Call arguments by '(' under File | Settings | Editor | Code Style | C#:
enter image description here

mu88
  • 4,156
  • 1
  • 23
  • 47