streamlit-ace
streamlit-ace copied to clipboard
Expose autocompletion settings
Currently, these:
// 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.