Add named parameters to boolean fields, C#

Answered

It would be really useful to add named parameters to boolean fields for methods in C#

Is there anyway to do this in code cleanup

 

ie 

 

_client.Files.ListFolderAsync(Config.DropBox.Root, recursive: true, includeMediaInfo: false, includeDeleted: true );

it just makes is more intuitive and easy to read and to instantly understand what they are for (IMO)

1
1 comment
Official comment

Hello!

 

Thank you for contacting us.

Similar feature request is reported in our issue tracker - https://youtrack.jetbrains.com/issue/RSRP-244714.

You are welcome to comment or vote for it.

Thank you.

Please sign in to leave a comment.