ember-ace
ember-ace copied to clipboard
how to enable suggestion on every keystroke?
Hi, Currently the "suggestCompletions" action is triggered on alphanumeric chars, but not on special characters or space. is there a way of enabling it on every input ?
thanks
Hi @momohuri—this library is only a pretty thin wrapper over the Ace editor, so it's up to Ace when it asks for completions. You're probably better off checking the documentation and asking this question there.