OK, so here's the deal:
- I'm using Ace Editor
- The app the editor is integrated in, is written Objective-C/Cocoa
- I need AutoCompletion (for a given set of keywords)
Now, here's the catch :
- I know AutoCompletion is not yet natively supported
- I know of some attempts by others (e.g. Codiad IDE, Gherkin, Alloy-UI), some making use of Jquery UI Autocomplete - but I still cannot figure out how this could be adapted to an existing Ace setup
- I'm still not sure if I should go for a JS-oriented solution or just use Objective-C/Cocoa for that
Any help would be more than appreciated.