May 20
Auto completion should allow wrapping around
When the auto-completion is triggered, the first item will be selected by default. But to selected the last item in the list, the user will have to either continue typing, or use the mouse. To accomplish a more fluent UX, I'm suggesting following the most majority editors' behavior, which is, when hitting the arrow up on the first item, move to the last item in the list, vice versa.
Pending