Currently, [these:](https://github.com/okld/streamlit-ace/blob/main/streamlit_ace/frontend/src/Ace.tsx#L92C1-L93C65) ``` // Set default prop values that shouldn't be exposed to python args.enableBasicAutocompletion = true args.enableLiveAutocompletion = true ``` are deliberately not exposed to the Python side. For some languages (e.g., Markdown) being able to turn auto completion off would be great, though.