Meerow
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Method parameter names not showing on function mouseover
I converted from Visual Studio to Rider some months ago, but continuously stumble over this one issue. When I am typing and reference a function of which I do not know the parameters, I am not able... -
Created Cannot set breakpoint in primary constructor lambda function
I like to use primary constructors. I often build objects by inherting an “Envelope” class which accepts a lambda function. But when using primary constructors, I am unable to set breakpoints in th...