@krzyzanowskim @ctietze did either of you implement custom autocomplete with NSTextView? I'm trying to not let my NSTextView lose focus, and just display an overlay for the autocompletion. To navigate between items, I intercept moveUp (and others) inside the doCommandBy delegate method. Would you know if this is a feasible approach or am I going to hit a wall soon?