unity organize variables in inspector

Code Example - unity organize variables in inspector

                
                        [Header("Hi there!")] ->  [Header(string)]
 or
 [Space(10)] ->  [Space(float)]
 or
 [Range(5,9)] ->  [Range(float, float)]
 public int howManyPerson;