Marco Rebsamen

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Marco Rebsamen created a post, Method parameter info truncated
I just discovered that Rider does truncate the information for method parameters in .NET:Is there a setting where I can disable this? I find it quite stupid to truncate such important information. -
Marco Rebsamen commented, -
-
-
Marco Rebsamen created a post, AnsweredCode alignment for wrapped lambdas
Hello I'm looking for the settings to align wrapped lambdas so that this: looks like this: Is that possible? Thanks a lot -
-
Marco Rebsamen created a post, Remove unused using directives
Hello, I want Rider to remove unused 'using' directives in my code. So I went to settings Editor -> Code Cleanup made a copy of the "Built-in: Reformat Code" profile and then checked C# -> Optimize...