Artem Yurchenko

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
Artem Yurchenko created a post, Attribute [field: SerializeField] for properties is unseen while rearranging
So, I have the next code in my File Layout settings <Entry DisplayName="Serialized Properties" Priority="100"> <Entry.Match> <And> <unity:SerializedField /> </And> </... -
Artem Yurchenko created a post, How to order private methods by 'usages' when rearranging?
So, for example I have the code public void Test () { MyPrivate2(); } public void Test1 () { MyPrivate1(); } private void MyPrivate1 () { } private void MyPrivate2 () {} After rearranging I w... -
Artem Yurchenko created a post, AnsweredHow to insert blank line between sections when rearranginng code?
Hi. I was set up my File Layout in the Rider and it works great when I rearrange code. But sometimes it "glues" 2 members of 2 sections (entities in File Layout XML structure) and members of sectio... -
Artem Yurchenko created a post,