Open
Description
The current problems with suggestions:
They cannot be disabled, Allow autocomplete to be disabled #206- CodeController is aware of them by owning PopupController and commanding it.
- They are generally poorly designed because we did not clean them up when got ownership.
- The widget cannot be customized.
Cannot be closed by Escape, Please make the code completion popup closable with ESC #219- Box is flipped if in the bottom there's not enough space for max suggestion box height not the actual needed height.
- Positioning is not covered by tests.