jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
98 stars 85 forks source link

Enabling autocomplete in ace editor when we press key #110

Open santoshndev opened 4 years ago

santoshndev commented 4 years ago

I am using VPL in Moodle 3.8.3+. Let me know that how can we enable autocomplete in ace editor when we we press key.. right now its enabled when we press ctrl+space but i want it to be happened whenever we press any key.

Kindly guide me..

jcrodriguez-dis commented 3 years ago

Dear Santos, It seems is not possible to enable the live-autocomplete using a key combination. This feature may be enabled programmatically using editor.setOptions({ enableLiveAutocompletion: true }) being editor an ACE editor object.

I annotate this question as a feature request.