Marco Rebsamen
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created OS conditional code not recognized
Why does rider in this case still complain about the code being reachable on all platforms? -
Created 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. -
Created Code alignment for wrapped lambdas
AnsweredHello I'm looking for the settings to align wrapped lambdas so that this: looks like this: Is that possible? Thanks a lot -
Created 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...