ewoo17
ewoo17
Hey @bouzidanas - Thanks for this wonderful component. I've been trying to figure out how to use the new `completions` and `replace_completer` params, but can't seem to get it working....
@bouzidanas I've copied your example in the docs into a very basic streamlit app, however I don't see the completion. Any ideas? version: ```bash % pip show streamlit_code_editor Name: streamlit-code-editor...
Awesome, that worked. Thanks for the quick help!
So looks like with `replace_completer=True` you `pop()` the `keyWordCompleter` of the specific language mode off, however, the `textCompleter` (local words/variables) remains - wondering if that's by intention or what your...
I probably won't have the time at the moment to address this testing-wise although I could def submit a change for you to test if you'd like lol (would be...