Sy

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Sy created a post, Show value of readonly/const on hover
I would like to be able to see the assigned value of readonly and const fields/properties/variables when hovering over them with the mouse. I can't find any setting for this; is it possible? -
-
-
-
Sy created a post, Rider insists on making Unity [Header] attributes inline
I have a very annoying issue where, whenever I create a Unity [Header] attribute and then put a field under it, Rider moves my field up onto the same line as the header. This is very unintuitive a... -
-
Sy created a post, How to find usages of inherited constructor
I would like to find all usages of a constructor in inherited classes. Alternatively, I want to find all instances in which a class that inherits from a given class is instantiated. Is this possi... -
Sy created a post, Code completion stopped working after update
I updated to Rider 2024.2.4 from 2024.1.x and now code completion/highlighting/intellisense/automatic formatting don't work when Rider is first started. When I open my solution highlighting works ... -
Sy created a post, Changing constructor signature doesn't update base constructor calls
When I change the signature of a constructor I would expect all calls to that constructor in inherited classes to be updated as well, but this isn't the case. Is there any way to do this, or do I ... -