okld/streamlit-ace

Expose autocompletion settings

NichtJens opened this issue · 0 comments

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.