streamlit-ace icon indicating copy to clipboard operation
streamlit-ace copied to clipboard

Expose autocompletion settings

Open NichtJens opened this issue 1 year ago • 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.

NichtJens avatar Jul 10 '23 17:07 NichtJens