Trooperice
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Wildcards support or regex matching in File Layout
Is it possible to use wildcards or regex to match methods starting with "On" in their names?I want them to be always after my standard methods.I tried this: <Pattern> <Entry> <Match> ... -
Created Missing "Arrange attributes" option in Code Cleanup profile
Hi!I'm using Rider 2022.2.3 and I can't find the "Arrange attributes" option, where should it be? https://www.jetbrains.com/help/rider/2022.2/Attributes_Style.html#ac14d63f -
Created CodeStyle for C# FileLayout - SerializeField for field or backing field of auto-Property
What is the rule for matching serialized field or auto-property? public bool SomePublicField;[SerializeField]private bool SomePrivateSerializedField;[field: SerializeField]private bool SomePrivateS...