Auto suggestion is not working so well
Closed this issue · 4 comments
xihajun commented
bouzidanas commented
Yes. Do you want to remove snippet suggestions, all suggestions, or that single snippet suggestions?
xihajun commented
Like if we can disable all suggestions would be cool :)
bouzidanas commented
To dissable autocomplete and snippets suggestions, just set the following in code_editor
function:
response_dict = code_editor(your_code_string, props={ "enableBasicAutocompletion": False, "enableLiveAutocompletion": False, "enableSnippets": False})
xihajun commented
Thanks a lot!