Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Trooperice
Total activity
15
Last activity
April 03, 2023 10:04
Member since
October 03, 2022 12:46
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
April 03, 2023 10:04
It still doesn't work :/BTW. I used [A-Z] to indicate that I don't want matches with something like "OnboardEmployee".
Community
General Discussion
Wildcards support or regex matching in File Layout
0 votes
Edited
November 04, 2022 18:33
Maria Pleskunina That option works as expected! In my opinion "Arrange attributes" is a better name than "Add/Remove brackets for multiple attributes", but it looks that was the option I was lookin...
Community
General Discussion
Missing "Arrange attributes" option in Code Cleanup profile
0 votes
Created
November 04, 2022 13:18
Maria Pleskunina [Header("My Header")] [Tooltip("This is a really long tool tip explaining stuff"), ReadOnly, Toolbox("Some info")] [SerializeField] private string myString; *Updated example
Community
General Discussion
Missing "Arrange attributes" option in Code Cleanup profile
0 votes
Created
November 04, 2022 13:16
I'm using Unity and I want to achieve this kind of formatting: [Header("My Header")] [Tooltip("This is a really long tool tip explaining stuff")] [SerializeField] private string myString; I got the...
Community
General Discussion
Missing "Arrange attributes" option in Code Cleanup profile
0 votes
Created
November 03, 2022 11:49
BumpAlexandra Guk Do you know what is wrong with my layout?
Community
General Discussion
CodeStyle for C# FileLayout - SerializeField for field or backing field of auto-Property
0 votes
Created
October 17, 2022 13:08
This is my current Unity File Layout <Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns" xmlns:unity="urn:schemas-jetbrains-com:member-reordering-patterns-unity"> <!-...
Community
General Discussion
CodeStyle for C# FileLayout - SerializeField for field or backing field of auto-Property
0 votes
Created
October 16, 2022 13:41
This is what it looks like after cleanup (lines 28-30) should be between first and second comment: One more example:This is a valid layout This is after cleanup:Public auto-properties (lines 14-16)...
Community
General Discussion
CodeStyle for C# FileLayout - SerializeField for field or backing field of auto-Property
0 votes
Created
October 13, 2022 12:39
Unfortunately, it doesn't work as expected :/For now, that's my layout settings: <Entry DisplayName="Serialized Fields and Properties"> <Entry.Match> <Or> <unity:SerializedFiel...
Community
General Discussion
CodeStyle for C# FileLayout - SerializeField for field or backing field of auto-Property
0 votes