Enum Retype

I just submitted a feature request to allow us not to have to type the name of the enum + dot syntax each time we are accessing the enum. If I have an enum called dFruit with Banana, Orange, Apple, PawPaw, etc., and then have a function where I pass in a value defined as dFruit and then create a Case Select on it, I have to type in the eFruit. syntax for each case. It would be so much easier if it were as in other languages where it was assumed you were going to use one of the enums and it brings them up and accepts them without the eFruit. having to be typed first.

Function(lf As eFruit) Select Case lf Case PawPaw Case Banana
If you agree with me on this, please support case #: 29162

Thanks,
Santa