Dave Cousineau

- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 20
- Subscriptions 51
-
-
-
Dave Cousineau created a post, Wrong tooltips when window does not have focus
This applies specifically to using multiple monitors/windows; when Rider itself does not have focus at all, there are no tooltips. (That could be an issue too but not exactly what I'm reporting). (... -
Dave Cousineau commented, -
Dave Cousineau created a post, Problems by type?
How to view code issues by type/category? This used to be possible, but does not seem to be possible anymore with your new “problems” window.100 files with 1 warning each is not nice to browse thro... -
Dave Cousineau commented, -
Dave Cousineau created a post, Jagged array creation with wrong size specified does not show as error.
This code should show as an error but does not:var array1 = new object?[][3];This code is ok:var array2 = new object?[3][];This code should show an error and does:var array3 = new object?[][]; -
Dave Cousineau created a post, Previous location stack often misses actions that should add to it.
I was going to say that “go to next error” does not add the location to the previous location stack, but testing this out, it seems a bit more broken than that.I'm not 100% sure which actions are s... -
-