This is an improved enum value selector for Unity editor.
It offers value selection popup with searchable list of enum values.
Under the hood it uses Unitys AdvancedDropdown class, but as it has
a lot of internal and private functionality, this "exposes" some of it to have
nicer behaviour. No external dependencies.
To use it, add [SearchableEnum] attribute to the enum field.