tmhglnd / mercury-playground

The Mercury live coding environment running in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete function in code editor

tmhglnd opened this issue · comments

commented

Implementing an autocomplete that has a list of all the available functions and sample/synth names.

The playground still used CodeMirror5, so probably have to look at using: https://codemirror.net/5/addon/hint/show-hint.js (also see the manual https://codemirror.net/5/doc/manual.html). Or work on updating to newest CodeMirror and use https://codemirror.net/examples/autocompletion/