mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Added autocomplete functionality #279

Closed egemenertugrul closed 3 years ago

egemenertugrul commented 3 years ago

Depends on: https://github.com/frantic0/svelte-codemirror/pull/6

The autocomplete function is activated by pressing 'CTRL/CMD + Space'.

functionDefinitions.js is generated from the attached .xlsx file through a excel2json converter.

image

sema-show-hint.js is a modified version of show-hint.js addon with descriptions, etc.

Special thanks to @zakirbaytar for his support.

egemenertugrul commented 3 years ago

Welcome. Sure thing, I'm here to help.