Hello,
1. I would like to add a lookup that shows a list of all the enum types.
2. I would like to add a enum, but show not only the enum values (i.e if the enum has 'A', 'B', 'C' values, want for to show 'A', 'B', without the 'C' when doing lookup on that enum).
Thanks :)