LabelText for enum and class?

Issue #269 resolved
wavebit created an issue

Hello, The LabelTextAttribute can only be used on Method, Property, and Field. How to show a custom label text for the enum and class type?

Comments (3)

  1. Bjarke Elias

    In the next patch you will be able to reference members with a return type of any type. If it's not a string it will call ToString() on it.

  2. wavebit reporter

    Will next patch support custom type name? I want to replace Property<bool>:IReadOnlyProperty<bool> below in the picture with a shorter name. cap.PNG

  3. Log in to comment