diff --git a/modules/jquery.codeEditor.js b/modules/jquery.codeEditor.js index 0dcc87f4..73bf4099 100644 --- a/modules/jquery.codeEditor.js +++ b/modules/jquery.codeEditor.js @@ -375,6 +375,7 @@ // The options to enable context.codeEditor.setOptions( { enableBasicAutocompletion: true, + enableLiveAutocompletion: true, enableSnippets: true, theme: inDarkMode ? 'ace/theme/monokai' : 'ace/theme/textmate' } );