jeff-zucker / solid-content-manager

A syntax-highlighting editor and file manager for Solid data stores.
https://jeff-zucker.github.io/solid-content-manager/
MIT License
32 stars 14 forks source link

Make auto-complete in editor optional #4

Open jeff-zucker opened 5 years ago

jeff-zucker commented 5 years ago

A user @Quantum_Bot_twitter asked in chat if the auto-complete in the editor can be turned off. I need to check the Ace documentation.

jeff-zucker commented 5 years ago

This might be relevant : https://github.com/ajaxorg/ace/wiki/How-to-enable-Autocomplete-in-the-Ace-editor

jeff-zucker commented 5 years ago

// following options require ext-language_tools.js enableBasicAutocompletion: boolean enableLiveAutocompletion: boolean