solid-content-manager
solid-content-manager copied to clipboard
Make auto-complete in editor optional
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.
This might be relevant : https://github.com/ajaxorg/ace/wiki/How-to-enable-Autocomplete-in-the-Ace-editor
// following options require ext-language_tools.js enableBasicAutocompletion: boolean enableLiveAutocompletion: boolean