How to configure completion delay and Enter key

By default, you can select a completion option with Tab. But, it is possible to also set it to accept a completion with Enter:

GtCompletionController completeOnReturn: true
  

Completion pops up automatically after a delay. You can set this delay to match your preference:

GtCompletionController popupDelay: 200 milliSeconds