Enum editor missing basic features

enums are amazing but the editor is missing some very important features:

-if you are working on a enum with 30 items, and you added a value that must be on the top. is a nightmare.
I think drag the items to rearrange would solve the problem. If its too problematic do that, at least move the cursor with the moved item.

-to create new items I have to click on new button and click on the new item, the ideal would be create new itens pressing enter on the keyboard.

-Its not possible too navigate between itens with TAB or shift+tab, so I have to use the mouse all the time. after 10 itens that start to become a problem. The text must be selected when navigating with tab so its faster to edit.