akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.

Home Page:https://akvelon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow autocomplete to be disabled

dsyrstad opened this issue · comments

It would be really helpful to be able to disable autocomplete. There seems no way to do it now. When editing a json language document, the autocomplete suggestions are usually unhelpful.

It'd also be great to be able to dismiss the autocomplete pop-up with the Escape key.