How to fast scroll the enum list at inspector?

I have enum variable that has over 2 hundreds children elements.

So in inspector, when choose its value, it is very hard to choose what I want fastly when element is in below from the top. Because scroll speed is very slow when pressing below button at enum list.

…Why do you have an enum with over 200 choices?

Otherwise, is it not possible to click-drag the scroll slider on the side and drag down to where you need to be?

list’s scroll bar does not exist on enum list at inspector.

but I found something useful that typing first character alphabet at keyboard, then it goes to that element immediately.

Fair, suppose I’m too used to Odin Inspector making the inspector less of an ass.

And while I imagine this enum has spread it’s tendrils all through your code, I would consider refactoring your code in some form that doesn’t require such an abhorrently large enum?

No, its unity’s job. Enum should have hundreds elements easily. One enum is more refactoring than 2 more enums.